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
CancellationToken | System.Threading.CancellationToken.
![]() Gets or sets the System.Threading.CancellationToken associated with this System.Threading.Tasks.ParallelOptions instance. | |
MaxDegreeOfParallelism | int.
![]() Gets or sets the maximum degree of parallelism enabled by this System.Threading.Tasks.ParallelOptions instance. | |
TaskScheduler | TaskScheduler.
![]() 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. |