次の方法で共有


SBQueue.LockDuration プロパティ

定義

ピーク ロックの ISO 8601 期間を取得または設定します。つまり、メッセージが他の受信者に対してロックされている時間です。 LockDuration の最大値は 5 分です。既定値は 1 分です。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象