GetLogicalQueue method: Util class

Syntax

GetLogicalQueue(PhysicalQueueID)

Description

Use the GetLogicalQueue to get the logical queue ID for the specified physical queue.

Parameters

Parameter Description

physicalQueueID

Specify the physical queue ID that you want to find the logical queue for, as a string.

Returns

A string containing the logical queue ID.

Example

The following code example returns the logical queue ID for a given physical queue ID .

&LogicalQueueID = &testUtil.GetLogicalQueue(&PhysicalQueueID);