deMSMQTrigger..::..updateMSMQTrigger Method
Updates the MSMQ trigger.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public bool updateMSMQTrigger( 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 machine 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].