TaskQueueManagerTaskType Enumeration

Specifies the type of tasks that can be processed by a task queue.

Definition

Namespace: MFiles.VAF.Common.ApplicationTaskQueue
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public enum TaskType

Members

ApplicationTasks 1 The task queue accepts only application tasks.
BroadcastMessages 2 The task queue accepts only broadcast messages.
Both 3 The task queue accepts both application tasks and broadcast messages.

See Also