다음을 통해 공유


UdpBindingElement.DuplicateMessageHistoryLength 속성

정의

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

속성 값

Int32

사용된 최대 메시지 해시의 수의 값입니다.

특성

적용 대상