IAsyncActionInvoker.BeginInvokeAction 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
叫用指定的動作。
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
狀態。
傳回
非同步結果的狀態。