FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..hasQueueName Method

hasQueueName

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

Syntax


public bool hasQueueName(
	string sQueueName,
	string sQueueID
)
Public Function hasQueueName ( _
	sQueueName As String, _
	sQueueID As String _
) As Boolean
public:
bool^ hasQueueName(
	String^ sQueueName, 
	String^ sQueueID
)

Parameters

sQueueName
Type: String
Name of the s queue.
sQueueID
Type: String
The s queue identifier.

Return Value

true if [has queue name] [the specified s queue name]; otherwise, false.