PhysicalQueue method: universal queue classes class
Syntax
PhysicalQueue(PhysicalQueueID)
Description
Use the PhysicalQueue constructor to instantiate a PhysicalQueue object. All objects encapsulated by this object are created when the constructor is called.
Note:
When an MCFFactory object is created, the PhysicalQueue objects are automatically created. In this case, the number of tasks in the list is limited by the MAX_TASKLIST_ITEMS parameter used when creating the MCFFactory object.
Parameters
| Parameter | Description |
|---|---|
|
PhysicalQueueID |
Specify a physical queue ID as a string. |
Returns
A PhysicalQueue object.
Example
Local PhysicalQueue &myPhysicalQueue = Create PhysicalQueue(&PhysicalQueueID);
Related Topics