Provides classes that are used to implement the run-time behavior of components.
Classes
| Class | Description | |
|---|---|---|
| AsyncOperationClient |
Provides the base implementation of concurrency management for classes that support asynchronous method calls.
| |
| OperationCancelledException |
The exception that is thrown in a thread upon cancellation of an operation that the thread was executing.
| |
| SyncResult<(Of <(<'T>)>)> |
Encapsulates the results of an synchronous operation on a delegate.
|