TaskFactory Properties

Task Parallel System.Threading

The TaskFactory type exposes the following members.

Properties

  NameDescription
CancellationToken
Gets the default CancellationToken of this TaskFactory.
ContinuationOptions
Gets the TaskContinuationOptions value of this TaskFactory.
CreationOptions
Gets the TaskCreationOptions value of this TaskFactory.
Scheduler
Gets the TaskScheduler of this TaskFactory.

See Also