M-Files Vault Application Framework
C#
Show/Hide TOC
Task
Queue
Manager
task
Queues 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#
Copy
protected
ConcurrentDictionary
<
string
,
TaskQueueManager
TaskQueue
>
taskQueues
Field Value
ConcurrentDictionary
String
,
TaskQueueManager
TaskQueue
See Also
Reference
TaskQueueManager Class
MFiles.VAF.Common.ApplicationTaskQueue Namespace
In This Article
Definition
See Also