UdpTransportSettingsElement.DuplicateMessageHistoryLength 属性

定义

获取或设置 UDP 传输配置元素中 DuplicateMessageHistoryLength 属性的值。Gets or sets the value of the DuplicateMessageHistoryLength property in a UDP transport configuration element.

public:
 property int DuplicateMessageHistoryLength { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("duplicateMessageHistoryLength", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
[System.Configuration.IntegerValidator(MaxValue=2147483647, MinValue=0)]
public int DuplicateMessageHistoryLength { get; set; }
[<System.Configuration.ConfigurationProperty("duplicateMessageHistoryLength", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
[<System.Configuration.IntegerValidator(MaxValue=2147483647, MinValue=0)>]
member this.DuplicateMessageHistoryLength : int with get, set
Public Property DuplicateMessageHistoryLength As Integer

属性值

Int32

传输用来标识重复消息的消息哈希的最大数目。The maximum number of message hashes used by the transport to identify duplicate messages.

属性

适用于