ServiceHostingEnvironmentSection::MinFreeMemoryPercentageToActivateService Property
.NET Framework (current version)
Gets or sets an integer that specifies the minimum amount of free memory that should be available to the system, before a Windows Communication Foundation (WCF) service can be activated.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("minFreeMemoryPercentageToActivateService", DefaultValue = 5)] [IntegerValidatorAttribute(MinValue = 0, MaxValue = 99)] property int MinFreeMemoryPercentageToActivateService { int get(); void set(int value); }
Property Value
Type: System::Int32An integer that specifies the minimum amount of free memory that should be available to the system, before a WCF service can be activated.
.NET Framework
Available since 3.0
Available since 3.0
Show: