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)
private: virtual IAsyncResult^ BeginExecute( RequestContext^ requestContext, AsyncCallback^ callback, Object^ state ) sealed = IAsyncController::BeginExecute
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: