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

SQL Anywhere 11.0.1 » UltraLite - C and C++ Programming » API Reference » UltraLite C++ API reference » UltraLite_Connection_iface class

 

CancelGetNotification function

Cancel any pending get-notification calls on all queues matching the given name.

Syntax
ul_u_long UltraLite_Connection_iface::CancelGetNotification(
  const ULValue & queue_name
)
Parameters
  • queue_name   Name of the queue to cancel.

Returns

The number of affected queues (not the number of blocked reads necessarily).

See also