Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » UltraLite - C and C++ Programming » API Reference » UltraLite C++ API Reference » UltraLite_Connection_iface class

 

TriggerEvent function

Synopsis
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

Remarks

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

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

Returns

The number of event notifications sent.

See also