Share via


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)

Syntax

[DataMemberAttribute(Order = 0)]
public Nullable<TimeSpan> LockDuration { get; set; }
public:
[DataMemberAttribute(Order = 0)]
property Nullable<TimeSpan> LockDuration {
    Nullable<TimeSpan> get();
    void set(Nullable<TimeSpan> value);
}
[<DataMemberAttribute(Order = 0)>]
member LockDuration : Nullable<TimeSpan> with get, set
<DataMemberAttribute(Order := 0)>
Public Property LockDuration As Nullable(Of TimeSpan)

Property Value

Type: System.Nullable<TimeSpan>

The lock duration time span for the subscription.

See Also

SubscriptionSettings Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top