Share via


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

属性值

一个指示缓冲池大小的数字。

属性

适用于