Share via


UdpTransportSettingsElement.MaxBufferPoolSize Propiedad

Definición

Obtiene o establece un reparto máximo, en bytes, de memoria para el proceso de lectura y escritura de páginas de datos en la memoria del disco.

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

Valor de propiedad

Número que indica el tamaño de un grupo de búferes.

Atributos

Se aplica a