AsyncActionDescriptor クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
名前、コントローラー、パラメーター、属性、フィルターなど、非同期のアクション メソッドに関する情報を提供します。
public abstract class AsyncActionDescriptor : System.Web.Mvc.ActionDescriptor
type AsyncActionDescriptor = class
inherit ActionDescriptor
Public MustInherit Class AsyncActionDescriptor
Inherits ActionDescriptor
- 継承
- 派生
コンストラクター
| AsyncActionDescriptor() |
AsyncActionDescriptor クラスの新しいインスタンスを初期化します。 |
プロパティ
| ActionName |
アクション メソッドの名前を取得します。 (継承元 ActionDescriptor) |
| ControllerDescriptor |
コントローラー記述子を取得します。 (継承元 ActionDescriptor) |
| UniqueId |
限定的な初期化を使用してアクション記述子の一意の ID を取得します。 (継承元 ActionDescriptor) |
メソッド
| BeginExecute(ControllerContext, IDictionary<String,Object>, AsyncCallback, Object) |
指定したパラメーターおよびコントローラー コンテキストを使用して、非同期のアクション メソッドを呼び出します。 |
| EndExecute(IAsyncResult) |
非同期操作の結果を返します。 |
| Execute(ControllerContext, IDictionary<String,Object>) |
指定したパラメーターおよびコントローラー コンテキストを使用して、非同期のアクション メソッドを実行します。 |
| GetCustomAttributes(Boolean) |
このメンバーに定義されているカスタム属性の配列を返します (名前付き属性を除く)。 (継承元 ActionDescriptor) |
| GetCustomAttributes(Type, Boolean) |
型で識別される、このメンバーに対して定義されているカスタム属性の配列を返します。 (継承元 ActionDescriptor) |
| GetFilterAttributes(Boolean) |
フィルター属性を取得します。 (継承元 ActionDescriptor) |
| GetFilters() |
古い.
このアクション メソッドに関連付けられたフィルターを返します。 (継承元 ActionDescriptor) |
| GetParameters() |
アクション メソッドのパラメーターを返します。 (継承元 ActionDescriptor) |
| GetSelectors() |
アクション メソッド セレクターを返します。 (継承元 ActionDescriptor) |
| IsDefined(Type, Boolean) |
指定された属性型のインスタンスが 1 つ以上このメンバーに定義されているかどうかを判断します。 (継承元 ActionDescriptor) |