Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » UltraLite - .NET 编程 » UltraLite .NET 2.0 API 参考 » ULConnection 类

 

DestroyNotificationQueue 方法

取消事件队列。

语法
Visual Basic
Public Sub DestroyNotificationQueue( _
   ByVal queueName As String _
)
C#
public void DestroyNotificationQueue(
   string  queueName
);
参数
  • queueName   队列的名称。

注释

取消给定的事件通知队列。如果未读通知仍然在队列中,则会发出警告。未读通知将被放弃。如果已创建连接的缺省事件队列,则在连接关闭时会将其取消。

另请参见