NoAsyncTimeoutAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
属性の便利なラッパーを AsyncTimeoutAttribute 提供します。
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public sealed class NoAsyncTimeoutAttribute : System.Web.Mvc.AsyncTimeoutAttribute
type NoAsyncTimeoutAttribute = class
inherit AsyncTimeoutAttribute
Public NotInheritable Class NoAsyncTimeoutAttribute
Inherits AsyncTimeoutAttribute
- 継承
- 属性
コンストラクター
NoAsyncTimeoutAttribute() |
NoAsyncTimeoutAttribute クラスの新しいインスタンスを初期化します。 |
プロパティ
AllowMultiple |
フィルター属性の複数のインスタンスを指定できるかどうかを示す値を取得または設定します。 (継承元 FilterAttribute) |
Duration |
タイムアウト期間をミリ秒単位で取得します。 (継承元 AsyncTimeoutAttribute) |
Order |
アクション フィルターの実行順序を取得または設定します。 (継承元 FilterAttribute) |
メソッド
OnActionExecuted(ActionExecutedContext) |
アクション メソッドの実行後に ASP.NET MVC フレームワークによって呼び出されます。 (継承元 ActionFilterAttribute) |
OnActionExecuting(ActionExecutingContext) |
非同期のアクション メソッドを実行する前に、ASP.NET によって呼び出されます。 (継承元 AsyncTimeoutAttribute) |
OnResultExecuted(ResultExecutedContext) |
アクション結果の実行後に ASP.NET MVC フレームワークによって呼び出されます。 (継承元 ActionFilterAttribute) |
OnResultExecuting(ResultExecutingContext) |
アクション結果の実行前に ASP.NET MVC フレームワークによって呼び出されます。 (継承元 ActionFilterAttribute) |