UdpTransportSettingsElement.MaxBufferPoolSize Propriété

Définition

Obtient ou définit une allocation maximale, en octets, de mémoire pour le processus de lecture et d'écriture de pages de données dans la mémoire du disque.

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

Valeur de propriété

Nombre indiquant la taille d'un pool de mémoires tampons.

Attributs

S’applique à