TaskExtensions Class
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<Task^>^) | Creates a proxy Task that represents the asynchronous operation of a TryExecuteTaskInline. |
![]() ![]() | Unwrap<TResult>(Task<Task<TResult>^>^) | Creates a proxy Task that represents the asynchronous operation of a Task<Task<T>> (C#) or Task (Of Task(Of T)) (Visual Basic). |
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 5.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

