Controller.BeginExecute Method
Begins execution of the specified request context
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Protected Overridable Function BeginExecute ( _ requestContext As RequestContext, _ callback As AsyncCallback, _ state As Object _ ) As IAsyncResult 'Usage Dim requestContext As RequestContext Dim callback As AsyncCallback Dim state As Object Dim returnValue As IAsyncResult returnValue = Me.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.
Show: