UL Ext: Destroy a event queue.
Public Sub DestroyNotificationQueue(ByVal queueName As String)
public void DestroyNotificationQueue(string queueName)
queueName The name of the queue.
ULException class A SQL error occurred.
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.