UdpTransportSettingsElement.MaxBufferPoolSize Propriedade

Definição

Obtém ou define uma alocação máxima, em bytes, de memória para o processo de ler e gravar páginas de dados na memória a partir do 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 Propriedade

Um número que indica o tamanho de um buffer pool.

Atributos

Aplica-se a