IAsyncActionInvoker.BeginInvokeAction Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die angegebene Aktion auf.
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
Parameter
- controllerContext
- ControllerContext
Der Controllerkontext.
- actionName
- String
Der Name der asynchronen Aktion.
- callback
- AsyncCallback
Die Rückrufmethode.
- state
- Object
Das Land/die Region.
Gibt zurück
Der Status des asynchronen Ergebnisses.