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. |