TaskExtensions Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
| Name | Description | |
|---|---|---|
|
Unwrap(Task(Of Task)) | Creates a proxy Task that represents the asynchronous operation of a TryExecuteTaskInline. |
|
Unwrap(Of TResult)(Task(Of Task(Of TResult))) | Creates a proxy Task that represents the asynchronous operation of a Task<Task<T>> (C#) or Task (Of Task(Of T)) (Visual Basic). |
Show: