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 类

 

CancelGetNotification 方法

取消与给定名称匹配的所有队列上任何待执行 get-notification 调用。

语法
Visual Basic
Public Function CancelGetNotification( _
   ByVal queueName As String _
) As Integer
C#
public int CancelGetNotification(
   string  queueName
);
参数
  • queueName   与队列名匹配的表达式。

注释

取消与给定名称匹配的所有队列上任何待执行 get-notification 调用。

返回受影响的队列数(不一定是受阻塞读取的数目)。

另请参见