Any one knows a better / cleaner way to do this than:

http://silverlight.net/forums/t/12437.aspx
http://silverlight.net/forums/t/72631.aspx

I have already dumped daisy-chaining of calls in favor of multiple async
calls with a boolean flag for each.
After calling all the async operations, I am using a DispatcherTimer ticker
event to poll if all the flags have been set.
Works like a charm, and a huge improvement in performance and readability
over the chaining. But still not the perfect solution.

I couldn't get this one to work:
http://stackoverflow.com/questions/811855/threading-multiple-async-calls-silverlight
The thread sleeps for ever on the 1st .waitone call.

Any ideas?
--------------------------------------------------------------------------------
Support procedure: https://www.codify.com/lists/support
List address: [email protected]
Subscribe: [email protected]
Unsubscribe: [email protected]
List FAQ: http://www.codify.com/lists/ozsilverlight
Other lists you might want to join: http://www.codify.com/lists

Reply via email to