FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deMSMQTrigger..::..connectMSMQ Method

Connects the MSMQ.

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

Syntax


public bool connectMSMQ(
	string machineName,
	string queueName,
	bool isPublic,
	ref string sErrorMessage
)
Public Function connectMSMQ ( _
	machineName As String, _
	queueName As String, _
	isPublic As Boolean, _
	ByRef sErrorMessage As String _
) As Boolean
public:
bool^ connectMSMQ(
	String^ machineName, 
	String^ queueName, 
	bool^ isPublic, 
	String^% sErrorMessage
)

Parameters

machineName
Type: String
Name of the machine.
queueName
Type: String
Name of the queue.
isPublic
Type: Boolean
if set to true [is public].
sErrorMessage
Type: String%
The s error message.

Return Value

true if XXXX, false otherwise.