Share via


UdpTransportSettingsElement.MaxBufferPoolSize Eigenschaft

Definition

Ruft eine maximale Arbeitsspeicherzuteilung in Byte für den Prozess des Lesens und Schreibens von Datenseiten in den Arbeitsspeicher vom Datenträger ab oder legt sie fest.

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

Eigenschaftswert

Eine Zahl, die die Größe eines Pufferpools angibt.

Attribute

Gilt für: