| Name | Description |
|---|
 | ContinueWhenAll(Task(), Action(Of Task())) | Creates a continuation task that starts when a set of specified tasks has completed. |
 | ContinueWhenAll(Task(), Action(Of Task()), CancellationToken) | Creates a continuation task that starts when a set of specified tasks has completed. |
 | ContinueWhenAll(Task(), Action(Of Task()), CancellationToken, TaskContinuationOptions, TaskScheduler) | Creates a continuation task that starts when a set of specified tasks has completed. |
 | ContinueWhenAll(Task(), Action(Of Task()), TaskContinuationOptions) | Creates a continuation task that starts when a set of specified tasks has completed. |
 | ContinueWhenAll(Of TResult)(Task(), Func(Of Task(), TResult)) | Creates a continuation task that starts when a set of specified tasks has completed. |
 | ContinueWhenAll(Of TResult)(Task(), Func(Of Task(), TResult), CancellationToken) | Creates a continuation task that starts when a set of specified tasks has completed. |
 | ContinueWhenAll(Of TResult)(Task(), Func(Of Task(), TResult), CancellationToken, TaskContinuationOptions, TaskScheduler) | Creates a continuation task that starts when a set of specified tasks has completed. |
 | ContinueWhenAll(Of TResult)(Task(), Func(Of Task(), TResult), TaskContinuationOptions) | Creates a continuation task that starts when a set of specified tasks has completed. |
 | ContinueWhenAll(Of TAntecedentResult)(Task(Of TAntecedentResult)(), Action(Of Task(Of TAntecedentResult)())) | Creates a continuation task that starts when a set of specified tasks has completed. |
 | ContinueWhenAll(Of TAntecedentResult)(Task(Of TAntecedentResult)(), Action(Of Task(Of TAntecedentResult)()), CancellationToken) | Creates a continuation task that starts when a set of specified tasks has completed. |
 | ContinueWhenAll(Of TAntecedentResult)(Task(Of TAntecedentResult)(), Action(Of Task(Of TAntecedentResult)()), CancellationToken, TaskContinuationOptions, TaskScheduler) | Creates a continuation task that starts when a set of specified tasks has completed. |
 | ContinueWhenAll(Of TAntecedentResult)(Task(Of TAntecedentResult)(), Action(Of Task(Of TAntecedentResult)()), TaskContinuationOptions) | Creates a continuation task that starts when a set of specified tasks has completed. |
 | ContinueWhenAll(Of TAntecedentResult, TResult)(Task(Of TAntecedentResult)(), Func(Of Task(Of TAntecedentResult)(), TResult)) | Creates a continuation task that starts when a set of specified tasks has completed. |
 | ContinueWhenAll(Of TAntecedentResult, TResult)(Task(Of TAntecedentResult)(), Func(Of Task(Of TAntecedentResult)(), TResult), CancellationToken) | Creates a continuation task that starts when a set of specified tasks has completed. |
 | ContinueWhenAll(Of TAntecedentResult, TResult)(Task(Of TAntecedentResult)(), Func(Of Task(Of TAntecedentResult)(), TResult), CancellationToken, TaskContinuationOptions, TaskScheduler) | Creates a continuation task that starts when a set of specified tasks has completed. |
 | ContinueWhenAll(Of TAntecedentResult, TResult)(Task(Of TAntecedentResult)(), Func(Of Task(Of TAntecedentResult)(), TResult), TaskContinuationOptions) | Creates a continuation task that starts when a set of specified tasks has completed. |
 | ContinueWhenAny(Task(), Action(Of Task)) | Creates a continuation Task that will be started upon the completion of any Task in the provided set. |
 | ContinueWhenAny(Task(), Action(Of Task), CancellationToken) | Creates a continuation Task that will be started upon the completion of any Task in the provided set. |
 | ContinueWhenAny(Task(), Action(Of Task), CancellationToken, TaskContinuationOptions, TaskScheduler) | Creates a continuation Task that will be started upon the completion of any Task in the provided set. |
 | ContinueWhenAny(Task(), Action(Of Task), TaskContinuationOptions) | Creates a continuation Task that will be started upon the completion of any Task in the provided set. |
 | ContinueWhenAny(Of TResult)(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. |
 | ContinueWhenAny(Of TResult)(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. |
 | ContinueWhenAny(Of TResult)(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. |
 | ContinueWhenAny(Of TResult)(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. |
 | ContinueWhenAny(Of TAntecedentResult)(Task(Of TAntecedentResult)(), Action(Of Task(Of TAntecedentResult))) | Creates a continuation Task that will be started upon the completion of any Task in the provided set. |
 | ContinueWhenAny(Of TAntecedentResult)(Task(Of TAntecedentResult)(), Action(Of Task(Of TAntecedentResult)), CancellationToken) | Creates a continuation Task that will be started upon the completion of any Task in the provided set. |
 | ContinueWhenAny(Of TAntecedentResult)(Task(Of TAntecedentResult)(), Action(Of Task(Of TAntecedentResult)), CancellationToken, TaskContinuationOptions, TaskScheduler) | Creates a continuation Task that will be started upon the completion of any Task in the provided set. |
 | ContinueWhenAny(Of TAntecedentResult)(Task(Of TAntecedentResult)(), Action(Of Task(Of TAntecedentResult)), TaskContinuationOptions) | Creates a continuation Task that will be started upon the completion of any Task in the provided set. |
 | ContinueWhenAny(Of TAntecedentResult, TResult)(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. |
 | ContinueWhenAny(Of TAntecedentResult, TResult)(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. |
 | ContinueWhenAny(Of TAntecedentResult, TResult)(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. |
 | ContinueWhenAny(Of TAntecedentResult, TResult)(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. |
 | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
 | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
 | FromAsync(Func(Of AsyncCallback, Object, IAsyncResult), Action(Of IAsyncResult), Object) | Creates a Task that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern. |
 | FromAsync(Func(Of AsyncCallback, Object, IAsyncResult), Action(Of IAsyncResult), Object, TaskCreationOptions) | Creates a Task that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern. |
 | FromAsync(IAsyncResult, Action(Of IAsyncResult)) | Creates a Task that executes an end method action when a specified IAsyncResult completes. |
 | FromAsync(IAsyncResult, Action(Of IAsyncResult), TaskCreationOptions) | Creates a Task that executes an end method action when a specified IAsyncResult completes. |
 | FromAsync(IAsyncResult, Action(Of IAsyncResult), TaskCreationOptions, TaskScheduler) | Creates a Task that executes an end method action when a specified IAsyncResult completes. |
 | FromAsync(Of TArg1)(Func(Of TArg1, AsyncCallback, Object, IAsyncResult), Action(Of IAsyncResult), TArg1, Object) | Creates a Task that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern. |
 | FromAsync(Of TArg1)(Func(Of TArg1, AsyncCallback, Object, IAsyncResult), Action(Of IAsyncResult), TArg1, Object, TaskCreationOptions) | Creates a Task that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern. |
 | FromAsync(Of TResult)(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. |
 | FromAsync(Of TResult)(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. |
 | FromAsync(Of TResult)(IAsyncResult, Func(Of IAsyncResult, TResult)) | |
 | FromAsync(Of TResult)(IAsyncResult, Func(Of IAsyncResult, TResult), TaskCreationOptions) | |
 | FromAsync(Of TResult)(IAsyncResult, Func(Of IAsyncResult, TResult), TaskCreationOptions, TaskScheduler) | |
 | FromAsync(Of TArg1, TArg2)(Func(Of TArg1, TArg2, AsyncCallback, Object, IAsyncResult), Action(Of IAsyncResult), TArg1, TArg2, Object) | Creates a Task that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern. |
 | FromAsync(Of TArg1, TArg2)(Func(Of TArg1, TArg2, AsyncCallback, Object, IAsyncResult), Action(Of IAsyncResult), TArg1, TArg2, Object, TaskCreationOptions) | Creates a Task that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern. |
 | FromAsync(Of TArg1, TResult)(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. |
 | FromAsync(Of TArg1, TResult)(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. |
 | FromAsync(Of TArg1, TArg2, TArg3)(Func(Of TArg1, TArg2, TArg3, AsyncCallback, Object, IAsyncResult), Action(Of IAsyncResult), TArg1, TArg2, TArg3, Object) | Creates a Task that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern. |
 | FromAsync(Of TArg1, TArg2, TArg3)(Func(Of TArg1, TArg2, TArg3, AsyncCallback, Object, IAsyncResult), Action(Of IAsyncResult), TArg1, TArg2, TArg3, Object, TaskCreationOptions) | Creates a Task that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern. |
 | FromAsync(Of TArg1, TArg2, TResult)(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. |
 | FromAsync(Of TArg1, TArg2, TResult)(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. |
 | FromAsync(Of TArg1, TArg2, TArg3, TResult)(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. |
 | FromAsync(Of TArg1, TArg2, TArg3, TResult)(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. |
 | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
 | GetType() | Gets the Type of the current instance.(Inherited from Object.) |
 | MemberwiseClone() | Creates a shallow copy of the current Object.(Inherited from Object.) |
 | StartNew(Action) | Creates and starts a task. |
 | StartNew(Action, CancellationToken) | Creates and starts a Task. |
 | StartNew(Action, CancellationToken, TaskCreationOptions, TaskScheduler) | Creates and starts a Task. |
 | StartNew(Action, TaskCreationOptions) | Creates and starts a Task. |
 | StartNew(Action(Of Object), Object) | Creates and starts a Task. |
 | StartNew(Action(Of Object), Object, CancellationToken) | Creates and starts a Task. |
 | StartNew(Action(Of Object), Object, CancellationToken, TaskCreationOptions, TaskScheduler) | Creates and starts a Task. |
 | StartNew(Action(Of Object), Object, TaskCreationOptions) | Creates and starts a Task. |
 | StartNew(Of TResult)(Func(Of TResult)) | |
 | StartNew(Of TResult)(Func(Of TResult), CancellationToken) | |
 | StartNew(Of TResult)(Func(Of TResult), CancellationToken, TaskCreationOptions, TaskScheduler) | |
 | StartNew(Of TResult)(Func(Of TResult), TaskCreationOptions) | |
 | StartNew(Of TResult)(Func(Of Object, TResult), Object) | |
 | StartNew(Of TResult)(Func(Of Object, TResult), Object, CancellationToken) | |
 | StartNew(Of TResult)(Func(Of Object, TResult), Object, CancellationToken, TaskCreationOptions, TaskScheduler) | |
 | StartNew(Of TResult)(Func(Of Object, TResult), Object, TaskCreationOptions) | |
 | ToString() | Returns a string that represents the current object.(Inherited from Object.) |