Message.DeliveryCount Property
Gets the number of deliveries.
Namespace: Microsoft.WindowsAzure.Messaging
Assembly: Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)
Syntax
public int DeliveryCount { get; internal set; }
public:
property int DeliveryCount {
int get();
internal: void set(int value);
}
member DeliveryCount : int with get, internal set
Public Property DeliveryCount As Integer
Get
Friend Set
End Property
Property Value
Type: System.Int32
The number of deliveries.
See Also
Message Class
Microsoft.WindowsAzure.Messaging Namespace
Return to top