次の方法で共有


CreateQueueOptions.RequiresDuplicateDetection プロパティ

定義

この値は、キューで重複するメッセージに対する保護が必要かどうかを示します。 true の場合、同じ MessageId メッセージを持ち、 の DuplicateDetectionHistoryTimeWindow 期間内にキューに送信された重複するメッセージは破棄されます。

public bool RequiresDuplicateDetection { get; set; }
member this.RequiresDuplicateDetection : bool with get, set
Public Property RequiresDuplicateDetection As Boolean

プロパティ値

注釈

既定値は false です。

適用対象