Share via


UdpTransportSettingsElement.DuplicateMessageHistoryLength Propriété

Définition

Obtient ou définit la valeur de la propriété DuplicateMessageHistoryLength dans un élément de configuration de transport 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

Valeur de propriété

Nombre maximal de hachages de message utilisés par le transport pour identifier les messages en double.

Attributs

S’applique à