共用方式為


UdpTransportSettingsElement.DuplicateMessageHistoryLength 屬性

定義

取得或設定 UDP 傳輸組態項目的 DuplicateMessageHistoryLength 屬性值。

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

屬性值

傳輸用於識別重複訊息的最大訊息雜湊數目。

屬性

適用於