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 Class
Provides a set of static (Shared in Visual Basic) methods for working with specific kinds of Task instances.
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 Task<Task>. |
![]() ![]() | 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). |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
Show:

