SubscriptionSettings.MaximumDeliveryCount Property

 

Gets or sets the number of maximum deliveries.

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

<DataMemberAttribute(Order := 5, Name := "MaxDeliveryCount")>
Public Property MaximumDeliveryCount As Nullable(Of Integer)

Property Value

Type: System.Nullable(Of Int32)

The number of maximum deliveries.

Return to top
Show: