TaskScheduler Property

Task Parallel System.Threading

Gets or sets the TaskScheduler associated with this ParallelOptions instance. Setting this property to null indicates that the current scheduler should be used.

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

Syntax

Visual Basic (Declaration)
Public Property TaskScheduler As TaskScheduler
C#
public TaskScheduler TaskScheduler { get; set; }

See Also