M-Files API 23.11.13135.0
OpenTaskQueue Method
IVaultApplicationTaskOperations Object : OpenTaskQueue Method
Description
Opens a new task queue. When the application no longer needs the queue, it can simply stop using it. The server automatically closes the queue when instances stop using it.
Syntax
Visual Basic
Public Sub OpenTaskQueue( _
   ByVal QueueID As String, _
   ByVal QueueProcessingBehavior As MFTaskQueueProcessingBehavior _
) 
Parameters
QueueID
QueueProcessingBehavior
ValueDescription
MFProcessingBehaviorConcurrentTasks in this queue may be carried out concurrently.
MFProcessingBehaviorSequentialTasks in this queue are carried out one by one, in the order they have been added to the queue.
See Also

IVaultApplicationTaskOperations Object  | IVaultApplicationTaskOperations Members