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 - C 及 C++ 编程 » API 参考 » UltraLite C++ API 参考 » UltraLite_Connection_iface 类

 

DestroyNotificationQueue 函数

取消给定的事件通知队列。

语法
bool UltraLite_Connection_iface::DestroyNotificationQueue(
  const ULValue & name
)
参数
  • name   要取消的队列的名称

注释

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

另请参见