Compartir a través de


UdpTransportSettingsElement.DuplicateMessageHistoryLength Propiedad

Definición

Obtiene o establece el valor de la propiedad DuplicateMessageHistoryLength en un elemento de configuración de transporte de 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

Valor de propiedad

Número máximo de hash del mensaje utilizado por el transporte para identificar los mensajes duplicados.

Atributos

Se aplica a