Partage via


UdpTransportElement.DuplicateMessageHistoryLength Propriété

Définition

Obtient ou définit la valeur du nombre maximal de hachages de message utilisés dans un élément de configuration de transport 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

Valeur de propriété

Valeur du nombre maximal de hachages de message utilisés.

Attributs

S’applique à