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 - M-Business Anywhere Programming » UltraLite for M-Business Anywhere API reference » Connection class

 

sendNotification method

Send a notification to all queues matching the given name (including any such queue on the current connection). Returns the number of notifications sent (the number of matching queues).

Syntax
UInt32 sendNotification( String queue_name, String event_name, String parms)
Parameters
  • queue_name   The name of an event notification queue.

  • event_name   The name of an event.

  • parms   Parameter string for the notification, if any. Conforms to the name=value format.

See also