共用方式為


IAsyncActionInvoker.BeginInvokeAction 方法

定義

叫用指定的動作。

public IAsyncResult BeginInvokeAction (System.Web.Mvc.ControllerContext controllerContext, string actionName, AsyncCallback callback, object state);
abstract member BeginInvokeAction : System.Web.Mvc.ControllerContext * string * AsyncCallback * obj -> IAsyncResult
Public Function BeginInvokeAction (controllerContext As ControllerContext, actionName As String, callback As AsyncCallback, state As Object) As IAsyncResult

參數

controllerContext
ControllerContext

控制器內容。

actionName
String

非同步動作的名稱。

callback
AsyncCallback

回呼方法。

state
Object

狀態。

傳回

非同步結果的狀態。

適用於