Asynchronous Programming Design Patterns:
Asynchronous Programming Model (APM):
Run any Method Asynchronously using IAsyncResult:
Using AsyncResult:
How to Call a Method Asynchronously:
- First you must create a delegate for that method then you can call that method asynchronously using the delegate
- http://support.microsoft.com/kb/315582
No comments:
Post a Comment