TaskExtensions Class
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Provides a set of static (Shared in Visual Basic) methods for working with specific kinds of Task instances.
Assembly: System.Core (in System.Core.dll)
| 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:

