|
| Name | Description |
|---|
.gif) | FromAsync<(Of <(TResult>)>)(IAsyncResult, Func<(Of <(IAsyncResult, TResult>)>)) | Creates a Task<(Of <(TResult>)>) that executes an end method function when a specified IAsyncResult completes. |
.gif) | 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. |
.gif) | FromAsync<(Of <(TResult>)>)(IAsyncResult, Func<(Of <(IAsyncResult, TResult>)>), TaskCreationOptions) | Creates a Task<(Of <(TResult>)>) that executes an end method function when a specified IAsyncResult completes. |
.gif) | 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. |
.gif) | 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. |
.gif) | FromAsync<(Of <(TResult>)>)(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>)>), 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. |