ServiceHostingEnvironmentSection.CloseIdleServicesAtLowMemory Propriété

Définition

Obtient ou définit une valeur qui indique si ServiceHostingEnvironmentSection ferme des services inactifs en cas de mémoire insuffisante.

public:
 property bool CloseIdleServicesAtLowMemory { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("closeIdleServicesAtLowMemory", DefaultValue=false)]
public bool CloseIdleServicesAtLowMemory { get; set; }
[<System.Configuration.ConfigurationProperty("closeIdleServicesAtLowMemory", DefaultValue=false)>]
member this.CloseIdleServicesAtLowMemory : bool with get, set
Public Property CloseIdleServicesAtLowMemory As Boolean

Valeur de propriété

true si ServiceHostingEnvironmentSection ferme des services inactifs lorsque la mémoire est insuffisante ; sinon, false.

Attributs

S’applique à