Sdílet prostřednictvím


SBQueue.LockDuration Property

Definition

Gets or sets ISO 8601 timespan duration of a peek-lock; that is, the amount of time that the message is locked for other receivers. The maximum value for LockDuration is 5 minutes; the default value is 1 minute.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.lockDuration")]
public TimeSpan? LockDuration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.lockDuration")>]
member this.LockDuration : Nullable<TimeSpan> with get, set
Public Property LockDuration As Nullable(Of TimeSpan)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to