TaskQueueManagertaskQueues Field

The task queues being managed by this class.

Definition

Namespace: MFiles.VAF.Common.ApplicationTaskQueue
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected ConcurrentDictionary<string, TaskQueueManagerTaskQueue> taskQueues

Field Value

ConcurrentDictionaryString, TaskQueueManagerTaskQueue

See Also