This topic has not yet been rated - Rate this topic

TaskFactory Constructor (CancellationToken)

May 02, 2013

Initializes a TaskFactory instance with the specified configuration.

Namespace:  System.Threading.Tasks
Assembly:  mscorlib (in mscorlib.dll)
public TaskFactory(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.Threading.CancellationToken
The CancellationToken that will be assigned to tasks created by this TaskFactory unless another CancellationToken is explicitly specified while calling the factory methods.

This constructor creates a TaskFactory 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).

Windows Phone OS

Supported in: 8.0

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.