Message::DeliveryCount Property

 

Gets the number of deliveries.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

public:
property int DeliveryCount {
	int get();
	internal: void set(int value);
}

Property Value

Type: System::Int32

The number of deliveries.

Return to top
Show: