ServiceHostingEnvironmentSection.CloseIdleServicesAtLowMemory プロパティ

定義

メモリ低下時に ServiceHostingEnvironmentSection がアイドル サービスを閉じるかどうかを示す値を取得または設定します。

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

プロパティ値

メモリが不足すると、アイドル状態のサービスを ServiceHostingEnvironmentSection が閉じる場合は true。それ以外の場合は false

属性

適用対象