Share via


UdpTransportSettingsElement.DuplicateMessageHistoryLength Vlastnost

Definice

Získá nebo nastaví hodnotu DuplicateMessageHistoryLength vlastnosti v elementu konfigurace přenosu UDP.

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

Hodnota vlastnosti

Maximální počet hodnot hash zpráv používaných přenosem k identifikaci duplicitních zpráv.

Atributy

Platí pro