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