ServiceHostingEnvironmentSection::CloseIdleServicesAtLowMemory Property

.NET Framework (current version)
 

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

Namespace:   System.ServiceModel.Configuration
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::Boolean

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

.NET Framework
Available since 4.5
Return to top
Show: