FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deEventServiceBus..::..publishEvent Method

publish event

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

Syntax


public bool publishEvent(
	string eventDefID,
	string eventSource,
	Hashtable oEventParms,
	eventPriority iEventPriority
)
Public Function publishEvent ( _
	eventDefID As String, _
	eventSource As String, _
	oEventParms As Hashtable, _
	iEventPriority As eventPriority _
) As Boolean
public:
bool^ publishEvent(
	String^ eventDefID, 
	String^ eventSource, 
	Hashtable^ oEventParms, 
	eventPriority^ iEventPriority
)

Parameters

eventDefID
Type: String
id of the event definition
eventSource
Type: String
source of the event
oEventParms
Type: Hashtable
parameters to the event
iEventPriority
Type: FlowWright.cDevDeAPI..::..eventPriority
priority of the event

Return Value

true if XXXX, false otherwise.