共用方式為


UdpTransportSettings.DuplicateMessageHistoryLength 屬性

定義

取得或設定值,這個值會指定傳輸用於識別重複訊息的最大訊息雜湊數目。

public:
 property int DuplicateMessageHistoryLength { int get(); void set(int value); };
public int DuplicateMessageHistoryLength { get; set; }
member this.DuplicateMessageHistoryLength : int with get, set
Public Property DuplicateMessageHistoryLength As Integer

屬性值

要使用的最大訊息雜湊數目。

備註

這個屬性為系統管理員和開發人員提供關閉重複訊息偵測演算法的方式。 將這個值設定為 0 會停用重複訊息偵測。 預設值為 4112。

適用於