FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deEventServiceBus..::..addEventSubscribers Method

add a new event subscriber

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

Syntax


public bool addEventSubscribers(
	string eventDefID,
	string eventParams,
	params string[] eventHandlerDefIDs
)
Public Function addEventSubscribers ( _
	eventDefID As String, _
	eventParams As String, _
	ParamArray eventHandlerDefIDs As String() _
) As Boolean
public:
bool^ addEventSubscribers(
	String^ eventDefID, 
	String^ eventParams, 
	... array<String^>^ eventHandlerDefIDs
)

Parameters

eventDefID
Type: String
event definition id
eventParams
Type: String
The event parameters.
eventHandlerDefIDs
Type: array<String>[]()[][]
ids of the event handler definitions

Return Value

true if XXXX, false otherwise.