UL Ext: Trigger an event.
Public Function TriggerEvent( ByVal eventName As String, ByVal parameters As String ) As Integer
public int TriggerEvent(string eventName, string parameters)
eventName The event name to be triggered.
parameters Parameters to pass.
ULException class A SQL error occurred.
Returns the number of notifications sent.
Trigger an event (and send notification to all registered queues).
Returns the number of event notifications sent.