Provides classes that are used to implement the run-time behavior of components.

Classes

  ClassDescription
Public classAsyncOperationClient
Provides the base implementation of concurrency management for classes that support asynchronous method calls.
Public classOperationCancelledException
The exception that is thrown in a thread upon cancellation of an operation that the thread was executing.
Public classSyncResult<(Of <(<'T>)>)>
Encapsulates the results of an synchronous operation on a delegate.