SubscriptionSettings.LockDuration Property

 

Gets or sets the lock duration time span for the subscription.

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

[DataMemberAttribute(Order = 0)]
public Nullable<TimeSpan> LockDuration { get; set; }

Property Value

Type: System.Nullable<TimeSpan>

The lock duration time span for the subscription.

Return to top
Show: