TriggerEvent function

Trigger a user-defined event (and send notification to all registered queues).

Syntax
ul_u_long UltraLite_Connection_iface::TriggerEvent(
  const ULValue & event_name,
  const ULValue & parameters
)
Parameters
  • event_name   name of system or user-defined event to trigger

  • parameters   parameters option list or NULL

Returns

The number of event notifications sent.

Remarks

The parameters value specifies a semicolon delimited name=value pairs option list. After the notification is read, the parameter values are read with GetNotificationParameter.

See also