System.Threading.Tasks.TaskFactory.CancellationToken Property

Gets the default cancellation token for this task factory.

Syntax

public System.Threading.CancellationToken CancellationToken { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property returns the default System.Threading.CancellationToken that will be assigned to all tasks created by this factory, unless another System.Threading.CancellationToken value is explicitly specified during the call to the factory methods.

Requirements

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