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

プロパティ値

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

属性

適用対象