다음을 통해 공유


UdpBindingElement.MaxPendingMessagesTotalSize 속성

정의

수신되었지만 UDP 바인딩 요소의 속성에서 제거되지 않은 메시지의 총 크기를 지정하는 값을 가져오거나 설정합니다.

public:
 property long MaxPendingMessagesTotalSize { long get(); void set(long value); };
[System.Configuration.ConfigurationProperty("maxPendingMessagesTotalSize", DefaultValue=0)]
[System.Configuration.LongValidator(MinValue=0)]
public long MaxPendingMessagesTotalSize { get; set; }
[<System.Configuration.ConfigurationProperty("maxPendingMessagesTotalSize", DefaultValue=0)>]
[<System.Configuration.LongValidator(MinValue=0)>]
member this.MaxPendingMessagesTotalSize : int64 with get, set
Public Property MaxPendingMessagesTotalSize As Long

속성 값

Int64

보류 중인 메시지의 총 크기입니다.

특성

적용 대상