System.Threading.Tasks Namespace
Classes
Class | Description | |
---|---|---|
![]() |
PromiseException |
This exception is used as the exception for a task created from a promise when the underlying promise fails.
|
![]() |
PromiseExtensions | |
![]() |
Task |
Represents an asynchronous operation.To browse the .NET Framework source code for this type, see the Reference Source.
|
![]() |
Task<(Of <(<'TResult>)>)> | |
![]() |
TaskAwaiter | |
![]() |
TaskAwaiter<(Of <(<'TResult>)>)> | |
![]() |
TaskCanceledException |
Represents an exception used to communicate task cancellation.
|
![]() |
TaskCompletionSource<(Of <(<'TResult>)>)> |
Interfaces
Interface | Description | |
---|---|---|
![]() |
IPromise |
CommonJS Promise/A interface
http://wiki.commonjs.org/wiki/Promises/A
|