Controller.IAsyncController.BeginExecute Method
Initializes a new instance of the IAsyncController.BeginExecute(RequestContext, AsyncCallback, Object) class.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Private Function BeginExecute ( _ requestContext As RequestContext, _ callback As AsyncCallback, _ state As Object _ ) As IAsyncResult Implements IAsyncController.BeginExecute 'Usage Dim instance As Controller Dim requestContext As RequestContext Dim callback As AsyncCallback Dim state As Object Dim returnValue As IAsyncResult returnValue = CType(instance, IAsyncController).BeginExecute(requestContext, _ callback, state)
Parameters
- requestContext
- Type: System.Web.Routing.RequestContext
The request context.
- callback
- Type: System.AsyncCallback
The callback.
- state
- Type: System.Object
The state.
Implements
IAsyncController.BeginExecute(RequestContext, AsyncCallback, Object)
Show: