Controller::IAsyncController::BeginExecute Method (RequestContext^, AsyncCallback^, Object^)
This method calls the BeginExecute method.
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 asynchronous callback.
- state
-
Type:
System::Object^
The state of the object.
Show: