Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ConcurrentExclusiveSchedulerPair Constructor

.NET Framework (current version)
 

Initializes a new instance of the ConcurrentExclusiveSchedulerPair class.

Namespace:   System.Threading.Tasks
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodConcurrentExclusiveSchedulerPair()

Initializes a new instance of the ConcurrentExclusiveSchedulerPair class.

System_CAPS_pubmethodConcurrentExclusiveSchedulerPair(TaskScheduler^)

Initializes a new instance of the ConcurrentExclusiveSchedulerPair class that targets the specified scheduler.

System_CAPS_pubmethodConcurrentExclusiveSchedulerPair(TaskScheduler^, Int32)

Initializes a new instance of the ConcurrentExclusiveSchedulerPair class that targets the specified scheduler with a maximum concurrency level.

System_CAPS_pubmethodConcurrentExclusiveSchedulerPair(TaskScheduler^, Int32, Int32)

Initializes a new instance of the ConcurrentExclusiveSchedulerPair class that targets the specified scheduler with a maximum concurrency level and a maximum number of scheduled tasks that may be processed as a unit.

Return to top
Show:
© 2017 Microsoft