DestroyNotificationQueue method

Destroy a event queue.

Syntax
Visual Basic
Public Sub DestroyNotificationQueue( _
   ByVal queueName As String _
)
C#
public void DestroyNotificationQueue(
   string  queueName
);
Parameters
  • queueName   The name of the queue.

Remarks

Destroy the given event notification queue. A warning is signaled if unread notifications remain in the queue. Unread notifications are discarded. A connection's default event queue, if created, is destroyed when the connection is closed.

See also