次の方法で共有


TaskAsyncActionDescriptor(MethodInfo, String, ControllerDescriptor) コンストラクター

定義

TaskAsyncActionDescriptor クラスの新しいインスタンスを初期化します。

public TaskAsyncActionDescriptor(System.Reflection.MethodInfo taskMethodInfo, string actionName, System.Web.Mvc.ControllerDescriptor controllerDescriptor);
new System.Web.Mvc.Async.TaskAsyncActionDescriptor : System.Reflection.MethodInfo * string * System.Web.Mvc.ControllerDescriptor -> System.Web.Mvc.Async.TaskAsyncActionDescriptor
Public Sub New (taskMethodInfo As MethodInfo, actionName As String, controllerDescriptor As ControllerDescriptor)

パラメーター

taskMethodInfo
MethodInfo

タスク メソッド情報。

actionName
String

アクション名。

controllerDescriptor
ControllerDescriptor

コントローラー記述子。

適用対象