System.Threading.Tasks.ParallelOptions: Property Members

The properties of System.Threading.Tasks.ParallelOptions are listed below. For a list of all members, see the ParallelOptions Members list.

See Also: Inherited members from System.Object

Public Properties

CancellationTokenSystem.Threading.CancellationToken.

Gets or sets the System.Threading.CancellationToken associated with this System.Threading.Tasks.ParallelOptions instance.

MaxDegreeOfParallelismint.

Gets or sets the maximum degree of parallelism enabled by this System.Threading.Tasks.ParallelOptions instance.

TaskSchedulerTaskScheduler.

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