The members of System.Threading.Tasks.ConcurrentExclusiveSchedulerPair are listed below.
See Also: Inherited members from System.Object
![]() Initializes a new instance of the System.Threading.Tasks.ConcurrentExclusiveSchedulerPair class. | ||
![]() Initializes a new instance of the System.Threading.Tasks.ConcurrentExclusiveSchedulerPair class that targets the specified scheduler. | ||
![]() Initializes a new instance of the System.Threading.Tasks.ConcurrentExclusiveSchedulerPair class that targets the specified scheduler with a maximum concurrency level. | ||
![]() Initializes a new instance of the System.Threading.Tasks.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. |
[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. |
Complete()
|