TaskExtensions Methods

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

Methods

  Name Description
Public methodStatic member Unwrap(Task<Task>) Creates a proxy Task that represents the asynchronous operation of a Task<Task>.
Public methodStatic member 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).

Top