Share via


ServiceHostingEnvironmentSection.CloseIdleServicesAtLowMemory Proprietà

Definizione

Ottiene o imposta un valore che indica se ServiceHostingEnvironmentSection chiude i servizi inattivi nella memoria insufficiente.

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

Valore della proprietà

true se ServiceHostingEnvironmentSection chiude i servizi inattivi nella memoria insufficiente; in caso contrario, false.

Attributi

Si applica a