Share via


UdpBindingElement.DuplicateMessageHistoryLength 屬性

定義

取得或設定 UDP 傳輸組態項目中所使用的訊息雜湊最大數目值。

public:
 property int DuplicateMessageHistoryLength { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("duplicateMessageHistoryLength", DefaultValue=0)]
[System.Configuration.IntegerValidator(MinValue=0)]
public int DuplicateMessageHistoryLength { get; set; }
[<System.Configuration.ConfigurationProperty("duplicateMessageHistoryLength", DefaultValue=0)>]
[<System.Configuration.IntegerValidator(MinValue=0)>]
member this.DuplicateMessageHistoryLength : int with get, set
Public Property DuplicateMessageHistoryLength As Integer

屬性值

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

屬性

適用於