CancelGetNotification method

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

Syntax
Visual Basic
Public Function CancelGetNotification( _
   ByVal queueName As String _
) As Integer
C#
public int CancelGetNotification(
   string  queueName
);
Parameters
  • queueName   The expression to match queue names upon.

Remarks

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

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

See also