共用方式為


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

屬性值

表示緩衝集區大小的數目。

屬性

適用於