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

SQL Anywhere 11.0.1 (Français) » UltraLite - M-Business Anywhere Programming » UltraLite for M-Business Anywhere API reference » Connection class

 

getNotification method

Read an event notification, returning the name of the event.

Syntax
String getNotification( String queue_name, UInt32 wait_ms)
Parameters
  • queue_name   Name of an event notification queue or NULL for the default connection queue.

  • wait_ms   Maximum wait time in milliseconds. Pass UL_READ_WAIT_INFINITE to wait indefinitely.

See also