Multithreaded Programming with the Event-based Asynchronous Pattern

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

See Also

Concepts

Managed Threading Best Practices

Events and Delegates

Other Resources

Multithreading in Components

Asynchronous Programming Design Patterns