There are a number of ways to expose asynchronous features to client code. The Event-based Asynchronous Pattern prescribes the recommended way for classes to present asynchronous behavior.
In This Section
Reference
- AsyncOperation
-
Describes the AsyncOperation class and has links to all its members.
- AsyncOperationManager
-
Describes the AsyncOperationManager class and has links to all its members.
- BackgroundWorker
-
Describes the BackgroundWorker component and has links to all its members.
Related Sections
See Also