ConcurrentExclusiveSchedulerPair Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The ConcurrentExclusiveSchedulerPair type exposes the following members.
| Name | Description | |
|---|---|---|
|
Completion | Gets a Task that will complete when the scheduler has completed processing. |
|
ConcurrentScheduler | Gets a TaskScheduler that can be used to schedule tasks to this pair that may run concurrently with other tasks on this pair. |
|
ExclusiveScheduler | Gets a TaskScheduler that can be used to schedule tasks to this pair that must run exclusively with regards to other tasks on this pair. |
Show: