.NET Framework Class Library |
TaskExtensions..::.Unwrap Method |
TaskExtensions Class See Also Send Feedback |
Overload List
Name | Description | |
---|---|---|
Unwrap<(Of <(TResult>)>)(Task<(Of <(Task<(Of <(TResult>)>)>)>)) |
Creates a proxy Task{TResult} that represents the
asynchronous operation of a Task{Task{TResult}}.
| |
Unwrap(Task<(Of <(Task>)>)) |
Creates a proxy Task that represents the
asynchronous operation of a Task{Task}.
|