ServiceHostingEnvironmentSection::CloseIdleServicesAtLowMemory Property
.NET Framework (current version)
Gets or sets a value that indicates whether ServiceHostingEnvironmentSection closes idle services at low memory.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("closeIdleServicesAtLowMemory", DefaultValue = false)] property bool CloseIdleServicesAtLowMemory { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if ServiceHostingEnvironmentSection closes idle services at low memory; otherwise, false.
.NET Framework
Available since 4.5
Available since 4.5
Show: