The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TaskExtensions::Unwrap Method
.NET Framework (current version)
Namespace:
System.Threading.Tasks
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). |
Show:

