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.
Visual Basic |
---|
Public Sub OpenTaskQueue( _ ByVal QueueID As String, _ ByVal QueueProcessingBehavior As MFTaskQueueProcessingBehavior _ ) |
Value | Description |
---|---|
MFProcessingBehaviorConcurrent | Tasks in this queue may be carried out concurrently. |
MFProcessingBehaviorSequential | Tasks in this queue are carried out one by one, in the order they have been added to the queue. |
Requires M-Files 19.3.7499.1 or later.
This method is available only if M-Files API is used in the server interface mode.