次の方法で共有


TaskAsyncActionDescriptor.Execute メソッド

定義

非同期アクション メソッドを実行します。

public override object Execute(System.Web.Mvc.ControllerContext controllerContext, System.Collections.Generic.IDictionary<string,object> parameters);
override this.Execute : System.Web.Mvc.ControllerContext * System.Collections.Generic.IDictionary<string, obj> -> obj
Public Overrides Function Execute (controllerContext As ControllerContext, parameters As IDictionary(Of String, Object)) As Object

パラメーター

controllerContext
ControllerContext

コントローラー コンテキスト。

parameters
IDictionary<String,Object>

アクション メソッドのパラメーター。

戻り値

この非同期アクション メソッドの実行結果。

適用対象