The properties of System.Threading.Tasks.ConcurrentExclusiveSchedulerPair are listed below. For a list of all members, see the ConcurrentExclusiveSchedulerPair Members list.
See Also: Inherited members from System.Object
[read-only] | Completion | Task.
![]() Gets a System.Threading.Tasks.Task that will complete when the scheduler has completed processing. |
[read-only] | ConcurrentScheduler | TaskScheduler.
![]() Gets a System.Threading.Tasks.TaskScheduler that can be used to schedule tasks to this pair that may run concurrently with other tasks on this pair. |
[read-only] | ExclusiveScheduler | TaskScheduler.
![]() Gets a System.Threading.Tasks.TaskScheduler that can be used to schedule tasks to this pair that must run exclusively with regards to other tasks on this pair. |