Destroy a event queue.
Visual Basic Public Sub DestroyNotificationQueue( _ ByVal queueName As String _ )
C# public void DestroyNotificationQueue( string queueName );
queueName The name of the queue.
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.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |