Default Property

Task Parallel System.Threading

Gets the default TaskScheduler instance.

Namespace:  System.Threading.Tasks
Assembly:  System.Threading (in System.Threading.dll)

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly Property Default As TaskScheduler
C#
public static TaskScheduler Default { get; }

See Also