Controller.IAsyncController.BeginExecute Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method calls the BeginExecute method.
IAsyncResult IAsyncController.BeginExecute (System.Web.Routing.RequestContext requestContext, AsyncCallback callback, object state);
abstract member System.Web.Mvc.Async.IAsyncController.BeginExecute : System.Web.Routing.RequestContext * AsyncCallback * obj -> IAsyncResult
override this.System.Web.Mvc.Async.IAsyncController.BeginExecute : System.Web.Routing.RequestContext * AsyncCallback * obj -> IAsyncResult
Function BeginExecute (requestContext As RequestContext, callback As AsyncCallback, state As Object) As IAsyncResult Implements IAsyncController.BeginExecute
Parameters
- requestContext
- RequestContext
The request context.
- callback
- AsyncCallback
The asynchronous callback.
- state
- Object
The state of the object.
Returns
The result of the operation.