System.Threading.Tasks.ParallelOptions Class Reference
+ Collaboration diagram for System.Threading.Tasks.ParallelOptions:

Public Member Functions

 ParallelOptions ()
 

Properties

CancellationToken CancellationToken [get, set]
 
int MaxDegreeOfParallelism [get, set]
 
TaskScheduler TaskScheduler [get, set]
 

Detailed Description

Definition at line 34 of file ParallelOptions.cs.

Constructor & Destructor Documentation

System.Threading.Tasks.ParallelOptions.ParallelOptions ( )

Definition at line 38 of file ParallelOptions.cs.

Property Documentation

CancellationToken System.Threading.Tasks.ParallelOptions.CancellationToken
getset

Definition at line 45 of file ParallelOptions.cs.

int System.Threading.Tasks.ParallelOptions.MaxDegreeOfParallelism
getset

Definition at line 50 of file ParallelOptions.cs.

TaskScheduler System.Threading.Tasks.ParallelOptions.TaskScheduler
getset

Definition at line 55 of file ParallelOptions.cs.


The documentation for this class was generated from the following file: