HttpRuntimeSection.MaxWaitChangeNotification プロパティとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > HttpRuntimeSection.MaxWaitChangeNotification プロパティの意味・解説 

HttpRuntimeSection.MaxWaitChangeNotification プロパティ

メモ : このプロパティは、.NET Framework version 2.0新しく追加されたものです。

最初変更通知から、アプリケーション ドメイン再起動されるまでの時間間隔取得または設定します

名前空間: System.Web.Configuration
アセンブリ: System.Web (system.web.dll 内)
構文構文

Public Property MaxWaitChangeNotification As
 Integer
Dim instance As HttpRuntimeSection
Dim value As Integer

value = instance.MaxWaitChangeNotification

instance.MaxWaitChangeNotification = value
public int MaxWaitChangeNotification { get;
 set; }
public:
property int MaxWaitChangeNotification {
    int get ();
    void set (int value);
}
/** @property */
public int get_MaxWaitChangeNotification ()

/** @property */
public void set_MaxWaitChangeNotification (int
 value)
public function get MaxWaitChangeNotification
 () : int

public function set MaxWaitChangeNotification
 (value : int)

プロパティ
最初変更通知から、アプリケーション ドメイン再起動されるまでの最大時間間隔 (秒単位)。

解説解説
使用例使用例

MaxWaitChangeNotification プロパティ使用する方法次のコード例示します

' Get the current MaxWaitChangeNotification property value.
Response.Write("MaxWaitChangeNotification: " &
 _
  configSection.MaxWaitChangeNotification & "<br>")

' Set the MaxWaitChangeNotification property value to 10 seconds.
configSection.MaxWaitChangeNotification = 10
// Get the current MaxWaitChangeNotification property value.
Response.Write("MaxWaitChangeNotification: " +
  configSection.MaxWaitChangeNotification + "<br>");

// Set the MaxWaitChangeNotification property value to 10 seconds.
configSection.MaxWaitChangeNotification = 10;
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

HttpRuntimeSection.MaxWaitChangeNotification プロパティのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



HttpRuntimeSection.MaxWaitChangeNotification プロパティのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS