|
| Name | Description |
|---|
.gif) | ContinueWhenAll(array<Task>[]()[], Func<(Of <(array<Task>[]()[], TResult>)>)) | Creates a continuation Task<(Of <(TResult>)>) that will be started upon the completion of a set of provided Tasks. |
.gif) | ContinueWhenAll(array<Task>[]()[], Func<(Of <(array<Task>[]()[], TResult>)>), CancellationToken) | Creates a continuation Task<(Of <(TResult>)>) that will be started upon the completion of a set of provided Tasks. |
.gif) | ContinueWhenAll(array<Task>[]()[], Func<(Of <(array<Task>[]()[], TResult>)>), TaskContinuationOptions) | Creates a continuation Task<(Of <(TResult>)>) that will be started upon the completion of a set of provided Tasks. |
.gif) | ContinueWhenAll(array<Task>[]()[], Func<(Of <(array<Task>[]()[], TResult>)>), CancellationToken, TaskContinuationOptions, TaskScheduler) | Creates a continuation Task<(Of <(TResult>)>) that will be started upon the completion of a set of provided Tasks. |
.gif) | ContinueWhenAll<(Of <(TAntecedentResult>)>)(array<Task<(Of <(TAntecedentResult>)>)>[]()[], Func<(Of <(array<Task<(Of <(TAntecedentResult>)>)>[]()[], TResult>)>)) | Creates a continuation Task<(Of <(TResult>)>) that will be started upon the completion of a set of provided Tasks. |
.gif) | ContinueWhenAll<(Of <(TAntecedentResult>)>)(array<Task<(Of <(TAntecedentResult>)>)>[]()[], Func<(Of <(array<Task<(Of <(TAntecedentResult>)>)>[]()[], TResult>)>), CancellationToken) | Creates a continuation Task<(Of <(TResult>)>) that will be started upon the completion of a set of provided Tasks. |
.gif) | ContinueWhenAll<(Of <(TAntecedentResult>)>)(array<Task<(Of <(TAntecedentResult>)>)>[]()[], Func<(Of <(array<Task<(Of <(TAntecedentResult>)>)>[]()[], TResult>)>), TaskContinuationOptions) | Creates a continuation Task<(Of <(TResult>)>) that will be started upon the completion of a set of provided Tasks. |
.gif) | ContinueWhenAll<(Of <(TAntecedentResult>)>)(array<Task<(Of <(TAntecedentResult>)>)>[]()[], Func<(Of <(array<Task<(Of <(TAntecedentResult>)>)>[]()[], TResult>)>), CancellationToken, TaskContinuationOptions, TaskScheduler) | Creates a continuation Task<(Of <(TResult>)>) that will be started upon the completion of a set of provided Tasks. |
.gif) | ContinueWhenAny(array<Task>[]()[], Func<(Of <(Task, TResult>)>)) | Creates a continuation Task<(Of <(TResult>)>) that will be started upon the completion of any Task in the provided set. |
.gif) | ContinueWhenAny(array<Task>[]()[], Func<(Of <(Task, TResult>)>), CancellationToken) | Creates a continuation Task<(Of <(TResult>)>) that will be started upon the completion of any Task in the provided set. |
.gif) | ContinueWhenAny(array<Task>[]()[], Func<(Of <(Task, TResult>)>), TaskContinuationOptions) | Creates a continuation Task<(Of <(TResult>)>) that will be started upon the completion of any Task in the provided set. |
.gif) | ContinueWhenAny(array<Task>[]()[], Func<(Of <(Task, TResult>)>), CancellationToken, TaskContinuationOptions, TaskScheduler) | Creates a continuation Task<(Of <(TResult>)>) that will be started upon the completion of any Task in the provided set. |
.gif) | ContinueWhenAny<(Of <(TAntecedentResult>)>)(array<Task<(Of <(TAntecedentResult>)>)>[]()[], Func<(Of <(Task<(Of <(TAntecedentResult>)>), TResult>)>)) | Creates a continuation Task<(Of <(TResult>)>) that will be started upon the completion of any Task in the provided set. |
.gif) | ContinueWhenAny<(Of <(TAntecedentResult>)>)(array<Task<(Of <(TAntecedentResult>)>)>[]()[], Func<(Of <(Task<(Of <(TAntecedentResult>)>), TResult>)>), CancellationToken) | Creates a continuation Task<(Of <(TResult>)>) that will be started upon the completion of any Task in the provided set. |
.gif) | ContinueWhenAny<(Of <(TAntecedentResult>)>)(array<Task<(Of <(TAntecedentResult>)>)>[]()[], Func<(Of <(Task<(Of <(TAntecedentResult>)>), TResult>)>), TaskContinuationOptions) | Creates a continuation Task<(Of <(TResult>)>) that will be started upon the completion of any Task in the provided set. |
.gif) | ContinueWhenAny<(Of <(TAntecedentResult>)>)(array<Task<(Of <(TAntecedentResult>)>)>[]()[], Func<(Of <(Task<(Of <(TAntecedentResult>)>), TResult>)>), CancellationToken, TaskContinuationOptions, TaskScheduler) | Creates a continuation Task<(Of <(TResult>)>) that will be started upon the completion of any Task in the provided set. |
.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) | FromAsync(IAsyncResult, Func<(Of <(IAsyncResult, TResult>)>)) | Creates a Task<(Of <(TResult>)>) that executes an end method function when a specified IAsyncResult completes. |
.gif) | FromAsync(Func<(Of <(AsyncCallback, Object, IAsyncResult>)>), Func<(Of <(IAsyncResult, TResult>)>), Object) | Creates a Task<(Of <(TResult>)>) that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern. |
.gif) | FromAsync(IAsyncResult, Func<(Of <(IAsyncResult, TResult>)>), TaskCreationOptions) | Creates a Task<(Of <(TResult>)>) that executes an end method function when a specified IAsyncResult completes. |
.gif) | FromAsync(Func<(Of <(AsyncCallback, Object, IAsyncResult>)>), Func<(Of <(IAsyncResult, TResult>)>), Object, TaskCreationOptions) | Creates a Task<(Of <(TResult>)>) that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern. |
.gif) | FromAsync(IAsyncResult, Func<(Of <(IAsyncResult, TResult>)>), TaskCreationOptions, TaskScheduler) | Creates a Task<(Of <(TResult>)>) that executes an end method function when a specified IAsyncResult completes. |
.gif) | FromAsync<(Of <(TArg1>)>)(Func<(Of <(TArg1, AsyncCallback, Object, IAsyncResult>)>), Func<(Of <(IAsyncResult, TResult>)>), TArg1, Object) | Creates a Task<(Of <(TResult>)>) that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern. |
.gif) | FromAsync<(Of <(TArg1>)>)(Func<(Of <(TArg1, AsyncCallback, Object, IAsyncResult>)>), Func<(Of <(IAsyncResult, TResult>)>), TArg1, Object, TaskCreationOptions) | Creates a Task<(Of <(TResult>)>) that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern. |
.gif) | FromAsync<(Of <(TArg1, TArg2>)>)(Func<(Of <(TArg1, TArg2, AsyncCallback, Object, IAsyncResult>)>), Func<(Of <(IAsyncResult, TResult>)>), TArg1, TArg2, Object) | Creates a Task<(Of <(TResult>)>) that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern. |
.gif) | FromAsync<(Of <(TArg1, TArg2>)>)(Func<(Of <(TArg1, TArg2, AsyncCallback, Object, IAsyncResult>)>), Func<(Of <(IAsyncResult, TResult>)>), TArg1, TArg2, Object, TaskCreationOptions) | Creates a Task<(Of <(TResult>)>) that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern. |
.gif) | FromAsync<(Of <(TArg1, TArg2, TArg3>)>)(Func<(Of <(TArg1, TArg2, TArg3, AsyncCallback, Object, IAsyncResult>)>), Func<(Of <(IAsyncResult, TResult>)>), TArg1, TArg2, TArg3, Object) | Creates a Task<(Of <(TResult>)>) that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern. |
.gif) | FromAsync<(Of <(TArg1, TArg2, TArg3>)>)(Func<(Of <(TArg1, TArg2, TArg3, AsyncCallback, Object, IAsyncResult>)>), Func<(Of <(IAsyncResult, TResult>)>), TArg1, TArg2, TArg3, Object, TaskCreationOptions) | Creates a Task<(Of <(TResult>)>) that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern. |
.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) | StartNew(Func<(Of <(TResult>)>)) | Creates and starts a Task<(Of <(TResult>)>). |
.gif) | StartNew(Func<(Of <(TResult>)>), CancellationToken) | Creates and starts a Task<(Of <(TResult>)>). |
.gif) | StartNew(Func<(Of <(TResult>)>), TaskCreationOptions) | Creates and starts a Task<(Of <(TResult>)>). |
.gif) | StartNew(Func<(Of <(Object, TResult>)>), Object) | Creates and starts a Task<(Of <(TResult>)>). |
.gif) | StartNew(Func<(Of <(Object, TResult>)>), Object, CancellationToken) | Creates and starts a Task<(Of <(TResult>)>). |
.gif) | StartNew(Func<(Of <(Object, TResult>)>), Object, TaskCreationOptions) | Creates and starts a Task<(Of <(TResult>)>). |
.gif) | StartNew(Func<(Of <(TResult>)>), CancellationToken, TaskCreationOptions, TaskScheduler) | Creates and starts a Task<(Of <(TResult>)>). |
.gif) | StartNew(Func<(Of <(Object, TResult>)>), Object, CancellationToken, TaskCreationOptions, TaskScheduler) | Creates and starts a Task<(Of <(TResult>)>). |
.gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) |