TaskExtensions Methods
Collapse the table of content
Expand the table of content

TaskExtensions Methods

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

  NameDescription
Public method Static member Unwrap(Task(Of Task)) Creates a proxy Task that represents the asynchronous operation of a TryExecuteTaskInline.
Public method Static member 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).
Top

Show:
© 2017 Microsoft