System.Threading.Tasks.ConcurrentExclusiveSchedulerPair: Property Members

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

Public Properties

[read-only]
CompletionTask.

Gets a System.Threading.Tasks.Task that will complete when the scheduler has completed processing.

[read-only]
ConcurrentSchedulerTaskScheduler.

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]
ExclusiveSchedulerTaskScheduler.

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.