Controller::BeginExecute Method

Begins execution of the specified request context

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

protected:
virtual IAsyncResult^ BeginExecute(
	RequestContext^ requestContext, 
	AsyncCallback^ callback, 
	Object^ state
)

Parameters

requestContext
Type: System.Web.Routing::RequestContext

The request context.

callback
Type: System::AsyncCallback

The callback.

state
Type: System::Object

The state.

Return Value

Type: System::IAsyncResult
Returns an IAsyncController instance.
Show: