ConcurrentExclusiveSchedulerPair Constructor (TaskScheduler)

ConcurrentExclusiveSchedulerPair Constructor (TaskScheduler)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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

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

public ConcurrentExclusiveSchedulerPair(
	TaskScheduler taskScheduler
)

Parameters

taskScheduler
Type: System.Threading.Tasks.TaskScheduler
The target scheduler on which this pair should execute.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft