System.Threading.Tasks.TaskFactory.Scheduler Property

Gets the default task scheduler for this task factory.

Syntax

public TaskScheduler Scheduler { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The property value is used to schedule all tasks, unless another scheduler is explicitly specified during calls to this factory's methods.

If this property value is null, the value of the TaskScheduler.Current property is used.

Requirements

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