deDesign..::..hasQueue Method
Determines whether the specified queue identifier has queue.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public itemExistStatus hasQueue( string queueID, string queueName, out string existingQueueID )
Public Function hasQueue ( _ queueID As String, _ queueName As String, _ <OutAttribute> ByRef existingQueueID As String _ ) As itemExistStatus
public: itemExistStatus^ hasQueue( String^ queueID, String^ queueName, [OutAttribute] String^% existingQueueID )
Parameters
- queueID
- Type: String
The queue identifier.
- queueName
- Type: String
Name of the queue.
- existingQueueID
- Type: String%
The existing queue identifier.