System.Threading.Tasks.ConcurrentExclusiveSchedulerPair Members

The members of System.Threading.Tasks.ConcurrentExclusiveSchedulerPair are listed below.

See Also: Inherited members from System.Object

Public Constructors

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.

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.

Public Methods

Complete()

Informs the scheduler pair that it should not accept any more tasks.