TaskQueueManagertaskQueues Field |
The task queues being managed by this class.
Namespace:
MFiles.VAF.Common.ApplicationTaskQueue
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected ConcurrentDictionary<string, TaskQueueManagerTaskQueue> taskQueues
Protected taskQueues As ConcurrentDictionary(Of String, TaskQueueManagerTaskQueue)
protected:
ConcurrentDictionary<String^, TaskQueueManagerTaskQueue^>^ taskQueues
Field Value
Type:
ConcurrentDictionaryString,
TaskQueueManagerTaskQueue
See Also