FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..createQueue Method

Creates the queue.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool createQueue(
	string queueName,
	ref string queueID
)
Public Function createQueue ( _
	queueName As String, _
	ByRef queueID As String _
) As Boolean
public:
bool^ createQueue(
	String^ queueName, 
	String^% queueID
)

Parameters

queueName
Type: String
Name of the queue.
queueID
Type: String%
The queue identifier.

Return Value

true if XXXX, false otherwise.