다음을 통해 공유


UdpTransportSettingsElement.DuplicateMessageHistoryLength 속성

정의

UDP 전송 구성 요소의 DuplicateMessageHistoryLength 속성 값을 가져오거나 설정합니다.

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

속성 값

Int32

중복 메시지를 식별하기 위해 전송에서 사용하는 최대 메시지 해시 수입니다.

특성

적용 대상