FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deMSMQTrigger..::..createMSMQTrigger Method

Creates the MSMQ trigger.

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

Syntax


public bool createMSMQTrigger(
	ref string triggerID,
	string machineName,
	string queueName,
	bool isPublic,
	string sDefinitionID,
	string sVariableName,
	string sGlobalName,
	bool bEnabled
)
Public Function createMSMQTrigger ( _
	ByRef triggerID As String, _
	machineName As String, _
	queueName As String, _
	isPublic As Boolean, _
	sDefinitionID As String, _
	sVariableName As String, _
	sGlobalName As String, _
	bEnabled As Boolean _
) As Boolean
public:
bool^ createMSMQTrigger(
	String^% triggerID, 
	String^ machineName, 
	String^ queueName, 
	bool^ isPublic, 
	String^ sDefinitionID, 
	String^ sVariableName, 
	String^ sGlobalName, 
	bool^ bEnabled
)

Parameters

triggerID
Type: String%
The trigger identifier.
machineName
Type: String
The ms mq machineName name.
queueName
Type: String
Name of the queue.
isPublic
Type: Boolean
if set to true [is public].
sDefinitionID
Type: String
The s definition identifier.
sVariableName
Type: String
Name of the s variable.
sGlobalName
Type: String
Name of the s global.
bEnabled
Type: Boolean
if set to true [b enabled].

Return Value

true if XXXX, false otherwise.