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