Partilhar via


UdpTransportSettingsElement.DuplicateMessageHistoryLength Propriedade

Definição

Obtém ou define o valor da propriedade DuplicateMessageHistoryLength em um elemento de configuração 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 da propriedade

Int32

O número máximo de hashes de mensagem usados pelo transporte para identificar mensagens duplicadas.

Atributos

Aplica-se a