SubscriptionSettings.DefaultMessageTimeToLive Property

 

Gets or sets the default message time to live value.

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

<DataMemberAttribute(Order := 2)>
Public Property DefaultMessageTimeToLive As Nullable(Of TimeSpan)

Property Value

Type: System.Nullable(Of TimeSpan)

The default message time to live for a subscription.

Return to top
Show: