FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..removeQueue Method

Removes the queue.

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

Syntax


public bool removeQueue(
	string queueID,
	bool bForce
)
Public Function removeQueue ( _
	queueID As String, _
	bForce As Boolean _
) As Boolean
public:
bool^ removeQueue(
	String^ queueID, 
	bool^ bForce
)

Parameters

queueID
Type: String
The queue identifier.
bForce
Type: Boolean
if set to true [b force].

Return Value

true if XXXX, false otherwise.