deRabbitMQTrigger..::..updateRabbitMQTrigger Method
Updates the rabbitMQ trigger.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public bool updateRabbitMQTrigger( string triggerID, string rabbitMQConnectionID, string queueName, string sDefinitionID, string sVariableName, string sGlobalName, bool bEnabled )
Parameters
- triggerID
- Type: String
The trigger identifier.
- rabbitMQConnectionID
- Type: String
The rabbit mq connection identifier.
- queueName
- Type: String
Name of the queue.
- 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].