다음을 통해 공유


UdpTransportElement.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

바인딩에서 처리할 수 있는 메시지의 최대 크기입니다.

특성

적용 대상