ServiceHostingEnvironmentSection.CloseIdleServicesAtLowMemory Property

Definition

Gets or sets a value that indicates whether ServiceHostingEnvironmentSection closes idle services at low memory.

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

Property Value

true if ServiceHostingEnvironmentSection closes idle services at low memory; otherwise, false.

Attributes

Applies to