Wednesday, August 8, 2012

Synchronous completion

If the synchronous completion of the call is detected in the AsyncCallback delegate, it is probable that the thread that initiated the asynchronous operation is the current thread.
http://msdn.microsoft.com/en-us/library/system.iasyncresult.completedsynchronously.aspx

No comments:

Post a Comment