deEventServiceBus..::..publishEventUsingName Method
Publishes an event using the name of the event
Namespace:
FlowWright.cDevDeAPIAssembly: 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.