Unwrap Method

Task Parallel System.Threading

Overload List

  NameDescription
Unwrap<(Of <(TResult>)>)(Task<(Of <(Task<(Of <(TResult>)>)>)>))
Creates a proxy Task{TResult} that represents the asynchronous operation of a Task{Task{TResult}}.
Unwrap(Task<(Of <(Task>)>))
Creates a proxy Task that represents the asynchronous operation of a Task{Task}.

See Also