Stores options that configure the operation of methods on the
Parallel class.
Namespace:
System.Threading.Tasks
Assembly:
System.Threading (in System.Threading.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class ParallelOptions |
C# |
---|
public class ParallelOptions |
Remarks
By default, methods on the Parallel class attempt to utilize all available processors, are non-cancelable, and target
the default TaskScheduler (TaskScheduler.Default). ParallelOptions enables
overriding these defaults.
Inheritance Hierarchy
System..::.Object
System.Threading.Tasks..::.ParallelOptions
System.Threading.Tasks..::.ParallelOptions