FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deEventServiceBus..::..publishEventUsingName Method

Publishes an event using the name of the event

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

Syntax


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

Parameters

eventDefName
Type: String
Name of the event definition.
eventSource
Type: String
The event source.
oEventParms
Type: Hashtable
The o event parms.
iEventPriority
Type: FlowWright.cDevDeAPI..::..eventPriority
The i event priority.

Return Value

true if XXXX, false otherwise.