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

SQL Anywhere 11.0.1 (Français) » QAnywhere » QAnywhere Reference » QAnywhere .NET API reference » QAnywhere .NET API for clients (.NET 2.0) » MessageProperties class

 

DELIVERY_COUNT field

This property name refers to the number of attempts that have been made so far to deliver the message.

Syntax
Visual Basic
Public Shared DELIVERY_COUNT As String
C#
public const string  DELIVERY_COUNT;
Remarks

The value of this field is ias_DeliveryCount.

You can pass MessageProperties.DELIVERY_COUNT in the QAMessage.GetIntProperty method to access the associated property.

See also