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

 

registerForEvent method

Register (a queue) to receive notifications of an event.

Syntax
void registerForEvent(String event_name, String object_name, String queue_name, Boolean register)
Parameters
  • event_name   Name of an event.

  • object_name   The name of the object to which the event applies (for example, table name).

  • queue_name   Name of an event notification queue.

  • register   TRUE to register, FALSE, to unregister.

See also