ProcessModelSection.ResponseRestartDeadlockInterval プロパティ
アセンブリ: System.Web (system.web.dll 内)

Dim instance As ProcessModelSection Dim value As TimeSpan value = instance.ResponseRestartDeadlockInterval instance.ResponseRestartDeadlockInterval = value
public: property TimeSpan ResponseRestartDeadlockInterval { TimeSpan get (); void set (TimeSpan value); }
/** @property */ public TimeSpan get_ResponseRestartDeadlockInterval () /** @property */ public void set_ResponseRestartDeadlockInterval (TimeSpan value)
public function get ResponseRestartDeadlockInterval () : TimeSpan public function set ResponseRestartDeadlockInterval (value : TimeSpan)
適用なし。

このプロパティは、ASP.NET では使用されなくなりました。下位互換性のみを目的として用意されています。このプロパティが構成ファイルに存在しても、構成エラーは発生しません。現在、デッドロック発生時のリサイクル処理は、すべて ResponseDeadlockInterval プロパティによって制御されます。

ResponseRestartDeadlockInterval プロパティへのアクセス方法を次のコード例に示します。
' Get the current ResponseRestartDeadlockInterval property ' value. Dim respRestartDeadlock As TimeSpan = _ processModelSection.ResponseRestartDeadlockInterval ' Set the ResponseRestartDeadlockInterval property to ' TimeSpan.Parse("04:00:00"). processModelSection.ResponseRestartDeadlockInterval = _ TimeSpan.Parse("04:00:00")
// Get the current ResponseRestartDeadlockInterval property // value. TimeSpan respRestartDeadlock = processModelSection.ResponseRestartDeadlockInterval; // Set the ResponseRestartDeadlockInterval property to // TimeSpan.Parse("04:00:00"). processModelSection.ResponseRestartDeadlockInterval = TimeSpan.Parse("04:00:00");

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からProcessModelSection.ResponseRestartDeadlockInterval プロパティを検索する場合は、下記のリンクをクリックしてください。

- ProcessModelSection.ResponseRestartDeadlockInterval プロパティのページへのリンク