|
| Name | Description |
|---|
.gif) | ConfigureAwait | Configures an awaiter used to await this Task<(Of <(TResult>)>). |
.gif) | ContinueWith(Action<(Of <(Task>)>)) | Creates a continuation that executes asynchronously when the target Task completes. (Inherited from Task.) |
.gif) | ContinueWith(Action<(Of <(Task<(Of <(TResult>)>)>)>)) | Creates a continuation that executes asynchronously when the target Task<(Of <(TResult>)>) completes. |
.gif) | ContinueWith(Action<(Of <(Task>)>), CancellationToken) | Creates a continuation that executes asynchronously when the target Task completes. (Inherited from Task.) |
.gif) | ContinueWith(Action<(Of <(Task>)>), TaskContinuationOptions) | Creates a continuation that executes according to the specified TaskContinuationOptions. (Inherited from Task.) |
.gif) | ContinueWith(Action<(Of <(Task>)>), TaskScheduler) | Creates a continuation that executes asynchronously when the target Task completes. (Inherited from Task.) |
.gif) | ContinueWith(Action<(Of <(Task, Object>)>), Object) | Creates a continuation that executes when the target Task completes. (Inherited from Task.) |
.gif) | ContinueWith(Action<(Of <(Task<(Of <(TResult>)>)>)>), CancellationToken) | Creates a continuation that executes asynchronously when the target Task<(Of <(TResult>)>) completes. |
.gif) | ContinueWith(Action<(Of <(Task<(Of <(TResult>)>)>)>), TaskContinuationOptions) | Creates a continuation that executes according the condition specified in continuationOptions. |
.gif) | ContinueWith(Action<(Of <(Task<(Of <(TResult>)>)>)>), TaskScheduler) | Creates a continuation that executes asynchronously when the target Task<(Of <(TResult>)>) completes. |
.gif) | ContinueWith(Action<(Of <(Task<(Of <(TResult>)>), Object>)>), Object) | Creates a continuation that executes when the target Task<(Of <(TResult>)>) completes. |
.gif) | ContinueWith(Action<(Of <(Task, Object>)>), Object, CancellationToken) | Creates a continuation that executes when the target Task completes. (Inherited from Task.) |
.gif) | ContinueWith(Action<(Of <(Task, Object>)>), Object, TaskContinuationOptions) | Creates a continuation that executes when the target Task completes. (Inherited from Task.) |
.gif) | ContinueWith(Action<(Of <(Task, Object>)>), Object, TaskScheduler) | Creates a continuation that executes when the target Task completes. (Inherited from Task.) |
.gif) | ContinueWith(Action<(Of <(Task<(Of <(TResult>)>), Object>)>), Object, CancellationToken) | Creates a continuation that executes when the target Task<(Of <(TResult>)>) completes. |
.gif) | ContinueWith(Action<(Of <(Task<(Of <(TResult>)>), Object>)>), Object, TaskContinuationOptions) | Creates a continuation that executes when the target Task<(Of <(TResult>)>) completes. |
.gif) | ContinueWith(Action<(Of <(Task<(Of <(TResult>)>), Object>)>), Object, TaskScheduler) | Creates a continuation that executes when the target Task<(Of <(TResult>)>) completes. |
.gif) | ContinueWith(Action<(Of <(Task>)>), CancellationToken, TaskContinuationOptions, TaskScheduler) | Creates a continuation that executes according to the specified TaskContinuationOptions. (Inherited from Task.) |
.gif) | ContinueWith(Action<(Of <(Task<(Of <(TResult>)>)>)>), CancellationToken, TaskContinuationOptions, TaskScheduler) | Creates a continuation that executes according the condition specified in continuationOptions. |
.gif) | ContinueWith(Action<(Of <(Task, Object>)>), Object, CancellationToken, TaskContinuationOptions, TaskScheduler) | Creates a continuation that executes when the target Task completes. (Inherited from Task.) |
.gif) | ContinueWith(Action<(Of <(Task<(Of <(TResult>)>), Object>)>), Object, CancellationToken, TaskContinuationOptions, TaskScheduler) | Creates a continuation that executes when the target Task<(Of <(TResult>)>) completes. |
.gif) | ContinueWith<(Of <(TResult>)>)(Func<(Of <(Task, TResult>)>)) | Creates a continuation that executes asynchronously when the target Task completes. (Inherited from Task.) |
.gif) | ContinueWith<(Of <(TNewResult>)>)(Func<(Of <(Task<(Of <(TResult>)>), TNewResult>)>)) | Creates a continuation that executes asynchronously when the target Task<(Of <(TResult>)>) completes. |
.gif) | ContinueWith<(Of <(TResult>)>)(Func<(Of <(Task, TResult>)>), CancellationToken) | Creates a continuation that executes asynchronously when the target Task completes. (Inherited from Task.) |
.gif) | ContinueWith<(Of <(TResult>)>)(Func<(Of <(Task, TResult>)>), TaskContinuationOptions) | Creates a continuation that executes according to the condition specified in continuationOptions. (Inherited from Task.) |
.gif) | ContinueWith<(Of <(TResult>)>)(Func<(Of <(Task, TResult>)>), TaskScheduler) | Creates a continuation that executes asynchronously when the target Task completes. (Inherited from Task.) |
.gif) | ContinueWith<(Of <(TResult>)>)(Func<(Of <(Task, Object, TResult>)>), Object) | Creates a continuation that executes when the target Task completes. (Inherited from Task.) |
.gif) | ContinueWith<(Of <(TNewResult>)>)(Func<(Of <(Task<(Of <(TResult>)>), TNewResult>)>), CancellationToken) | Creates a continuation that executes asynchronously when the target Task<(Of <(TResult>)>) completes. |
.gif) | ContinueWith<(Of <(TNewResult>)>)(Func<(Of <(Task<(Of <(TResult>)>), TNewResult>)>), TaskContinuationOptions) | Creates a continuation that executes according the condition specified in continuationOptions. |
.gif) | ContinueWith<(Of <(TNewResult>)>)(Func<(Of <(Task<(Of <(TResult>)>), TNewResult>)>), TaskScheduler) | Creates a continuation that executes asynchronously when the target Task<(Of <(TResult>)>) completes. |
.gif) | ContinueWith<(Of <(TNewResult>)>)(Func<(Of <(Task<(Of <(TResult>)>), Object, TNewResult>)>), Object) | Creates a continuation that executes when the target Task<(Of <(TResult>)>) completes. |
.gif) | ContinueWith<(Of <(TResult>)>)(Func<(Of <(Task, Object, TResult>)>), Object, CancellationToken) | Creates a continuation that executes when the target Task completes. (Inherited from Task.) |
.gif) | ContinueWith<(Of <(TResult>)>)(Func<(Of <(Task, Object, TResult>)>), Object, TaskContinuationOptions) | Creates a continuation that executes when the target Task completes. (Inherited from Task.) |
.gif) | ContinueWith<(Of <(TResult>)>)(Func<(Of <(Task, Object, TResult>)>), Object, TaskScheduler) | Creates a continuation that executes when the target Task completes. (Inherited from Task.) |
.gif) | ContinueWith<(Of <(TNewResult>)>)(Func<(Of <(Task<(Of <(TResult>)>), Object, TNewResult>)>), Object, CancellationToken) | Creates a continuation that executes when the target Task<(Of <(TResult>)>) completes. |
.gif) | ContinueWith<(Of <(TNewResult>)>)(Func<(Of <(Task<(Of <(TResult>)>), Object, TNewResult>)>), Object, TaskContinuationOptions) | Creates a continuation that executes when the target Task<(Of <(TResult>)>) completes. |
.gif) | ContinueWith<(Of <(TNewResult>)>)(Func<(Of <(Task<(Of <(TResult>)>), Object, TNewResult>)>), Object, TaskScheduler) | Creates a continuation that executes when the target Task<(Of <(TResult>)>) completes. |
.gif) | ContinueWith<(Of <(TResult>)>)(Func<(Of <(Task, TResult>)>), CancellationToken, TaskContinuationOptions, TaskScheduler) | Creates a continuation that executes according to the condition specified in continuationOptions. (Inherited from Task.) |
.gif) | ContinueWith<(Of <(TNewResult>)>)(Func<(Of <(Task<(Of <(TResult>)>), TNewResult>)>), CancellationToken, TaskContinuationOptions, TaskScheduler) | Creates a continuation that executes according the condition specified in continuationOptions. |
.gif) | ContinueWith<(Of <(TResult>)>)(Func<(Of <(Task, Object, TResult>)>), Object, CancellationToken, TaskContinuationOptions, TaskScheduler) | Creates a continuation that executes when the target Task completes. (Inherited from Task.) |
.gif) | ContinueWith<(Of <(TNewResult>)>)(Func<(Of <(Task<(Of <(TResult>)>), Object, TNewResult>)>), Object, CancellationToken, TaskContinuationOptions, TaskScheduler) | Creates a continuation that executes when the target Task<(Of <(TResult>)>) completes. |
.gif) | Dispose()()() | Releases all resources used by the current instance of the Task class. (Inherited from Task.) |
.gif) | Dispose(Boolean) | Disposes the Task, releasing all of its unmanaged resources. (Inherited from Task.) |
.gif) | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
.gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
.gif) | GetAwaiter | Gets an awaiter used to await this Task<(Of <(TResult>)>). |
.gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
.gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) |
.gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
.gif) | RunSynchronously()()() | Runs the Task synchronously on the current TaskScheduler. (Inherited from Task.) |
.gif) | RunSynchronously(TaskScheduler) | Runs the Task synchronously on the TaskScheduler provided. (Inherited from Task.) |
.gif) | Start()()() | Starts the Task, scheduling it for execution to the current TaskScheduler. (Inherited from Task.) |
.gif) | Start(TaskScheduler) | Starts the Task, scheduling it for execution to the specified TaskScheduler. (Inherited from Task.) |
.gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) |
.gif) | Wait()()() | Waits for the Task to complete execution. (Inherited from Task.) |
.gif) | Wait(CancellationToken) | Waits for the Task to complete execution. (Inherited from Task.) |
.gif) | Wait(Int32) | Waits for the Task to complete execution. (Inherited from Task.) |
.gif) | Wait(TimeSpan) | Waits for the Task to complete execution. (Inherited from Task.) |
.gif) | Wait(Int32, CancellationToken) | Waits for the Task to complete execution. (Inherited from Task.) |