This topic has not yet been rated - Rate this topic

TaskExtensions Class

Provides a set of static (Shared in Visual Basic) methods for working with specific kinds of Task instances.

System.Object
  System.Threading.Tasks.TaskExtensions

Namespace:  System.Threading.Tasks
Assembly:  System.Core (in System.Core.dll)
public static class TaskExtensions
  NameDescription
Public methodStatic memberUnwrap(Task<Task>)Creates a proxy Task that represents the asynchronous operation of a Task<Task>.
Public methodStatic memberUnwrap<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

Silverlight

Supported in: 5

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.