Click or drag to resize
DigitalRuneParallelScheduler Property
Gets or sets the task scheduler.

Namespace: DigitalRune.Threading
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static ITaskScheduler Scheduler { get; set; }

Property Value

Type: ITaskScheduler
The task scheduler. The default value is a WorkStealingScheduler.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is .
See Also