다음을 통해 공유


UdpTransportSettingsElement.MaxBufferPoolSize 속성

정의

디스크의 데이터 페이지를 읽어 메모리에 쓰는 프로세스에 대한 최대 메모리 할당량을 바이트 단위로 가져오거나 설정합니다.

public:
 property long MaxBufferPoolSize { long get(); void set(long value); };
[System.Configuration.ConfigurationProperty("maxBufferPoolSize", DefaultValue=524288)]
[System.Configuration.LongValidator(MaxValue=9223372036854775807, MinValue=1)]
public long MaxBufferPoolSize { get; set; }
[<System.Configuration.ConfigurationProperty("maxBufferPoolSize", DefaultValue=524288)>]
[<System.Configuration.LongValidator(MaxValue=9223372036854775807, MinValue=1)>]
member this.MaxBufferPoolSize : int64 with get, set
Public Property MaxBufferPoolSize As Long

속성 값

Int64

버퍼 풀의 크기를 나타내는 숫자입니다.

특성

적용 대상