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 - C and C++ Programming » API Reference » UltraLite C++ API Reference » UltraLite_Connection_iface class

 

CancelGetNotification function

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

Remarks

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

Returns

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

See also