Share via


ServiceHostingEnvironmentSection.CloseIdleServicesAtLowMemory Propiedad

Definición

Obtiene o establece un valor que indica si ServiceHostingEnvironmentSection cierra los servicios inactivos en memoria insuficiente.

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

Valor de propiedad

true si ServiceHostingEnvironmentSection cierra los servicios inactivos cuando no hay memoria suficiente; si no, false.

Atributos

Se aplica a