TaskFactory<TResult> Constructor (CancellationToken)

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

Initializes a TaskFactory<TResult> instance with the default configuration.

Namespace:  System.Threading.Tasks
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public Sub New ( _
    cancellationToken As CancellationToken _
)
public TaskFactory(
    CancellationToken cancellationToken
)

Parameters

Remarks

This constructor creates a TaskFactory<TResult> instance with a default configuration. The TaskCreationOptions property is initialized to None, the TaskContinuationOptions property is initialized to None, and the TaskScheduler property is initialized to the current scheduler (see Current).

Version Information

Silverlight

Supported in: 5

Platforms

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