Bridge

System.Threading.Tasks Namespace

Classes


  Class Description
Public class PromiseException
This exception is used as the exception for a task created from a promise when the underlying promise fails.
Public class PromiseExtensions
Public class Task
Represents an asynchronous operation.To browse the .NET Framework source code for this type, see the Reference Source.
Public class Task<(Of <(<'TResult>)>)>
Public class TaskAwaiter
Public class TaskAwaiter<(Of <(<'TResult>)>)>
Public class TaskCanceledException
Represents an exception used to communicate task cancellation.
Public class TaskCompletionSource<(Of <(<'TResult>)>)>

Interfaces


  Interface Description
Public interface IPromise
CommonJS Promise/A interface http://wiki.commonjs.org/wiki/Promises/A

Enumerations


  Enumeration Description
Public enumeration TaskStatus