.NET Framework Class Library |
ParallelOptions..::.TaskScheduler Property |
ParallelOptions Class See Also Send Feedback |
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; } |