次の方法で共有


SBQueue.MaxDeliveryCount プロパティ

定義

配信の最大数を取得または設定します。 この配信数を越えた後のメッセージは自動的に配信不能になります。 既定値は 10 です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象