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

プロパティ値

重複するメッセージを識別するためにトランスポートで使用されるメッセージ ハッシュの最大数。

属性

適用対象