UdpTransportSettingsElement.MaxBufferPoolSize Eigenschap

Definitie

Hiermee wordt een maximale toewijzing, in bytes, van het geheugen opgehaald of ingesteld voor het lezen en schrijven van pagina's met gegevens in het geheugen van de schijf.

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

Waarde van eigenschap

Een getal dat de grootte van een buffergroep aangeeft.

Kenmerken

Van toepassing op