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

SQL Anywhere 11.0.1 (中文) » QAnywhere » QAnywhere 参考 » QAnywhere .NET API 参考 » 用于客户端的 QAnywhere .NET (.NET 2.0) » MessageProperties 类

 

DELIVERY_COUNT 字段

此属性名称指目前已尝试传送消息的次数。

语法
Visual Basic
Public Shared DELIVERY_COUNT As String
C#
public const string  DELIVERY_COUNT;
注释

此字段的值为 ias_DeliveryCount。

您可以在 QAMessage.GetIntProperty 方法中传递 MessageProperties.DELIVERY_COUNT 以访问相关属性。

另请参见