AsyncController.BeginExecute Method
Visual Studio 2010
Called by ASP.NET to initialize asynchronous request processing.
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
Parameters
- requestContext
- Type: System.Web.Routing.RequestContext
The request context.
- callback
- Type: System.AsyncCallback
The asynchronous callback method.
- state
- Type: System.Object
The state object.
Community Additions
ADD
Show: