Reads an event notification.
public String getNotification(String queueName, UInt32 wait_ms)
queueName The queue to read or NULL for default connection queue.
wait_ms The time to wait before returning. Measured in milliseconds. Pass UL_READ_WAIT_INFINITE for wait_ms to wait indefinitely.
The name of the event.
For more information, see Working with event notifications.