ServiceHostingEnvironmentSection.MinFreeMemoryPercentageToActivateService プロパティ

定義

Windows Communication Foundation (WCF) サービスをアクティブにするために、システムに必要な最小限の空きメモリの容量を指定する整数を取得または設定します。

public:
 property int MinFreeMemoryPercentageToActivateService { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("minFreeMemoryPercentageToActivateService", DefaultValue=5)]
[System.Configuration.IntegerValidator(MaxValue=99, MinValue=0)]
public int MinFreeMemoryPercentageToActivateService { get; set; }
[<System.Configuration.ConfigurationProperty("minFreeMemoryPercentageToActivateService", DefaultValue=5)>]
[<System.Configuration.IntegerValidator(MaxValue=99, MinValue=0)>]
member this.MinFreeMemoryPercentageToActivateService : int with get, set
Public Property MinFreeMemoryPercentageToActivateService As Integer

プロパティ値

WCF サービスをアクティブにする前に、システムに必要な最小限の空きメモリの容量を指定する整数。

属性

適用対象