TaskQueueManagerTaskQueue Class

Application task queue.

Definition

Namespace: MFiles.VAF.Common.ApplicationTaskQueue
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected class TaskQueue
Inheritance
Object    TaskQueueManagerTaskQueue

Constructors

TaskQueueManagerTaskQueue Self initializing constructor.

Properties

LastBroadcastId Last broadcast id processed for this queue.
MaximumPollingIntervalInSeconds The max time in seconds that can pass before a polling cycle is ran for this queue.
Name Task queue name / identifier.
ProcessingBehavior Processing behavior type.
TaskProcessor Task processor for this queue.
TaskType Defines the type of tasks that can be processed by this task queue.

Methods

Dispose TaskQueue:IDisposable implementation.

See Also