TaskScheduler.Default Property

Definition

Gets the default TaskScheduler instance that is provided by the .NET Framework.

public static System.Threading.Tasks.TaskScheduler Default { get; }
Property Value

Returns the default TaskScheduler instance.

Remarks

For more information, see Task Schedulers.