Controller::IAsyncController::BeginExecute Method (RequestContext^, AsyncCallback^, Object^)

 

This method calls the BeginExecute method.

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 asynchronous callback.

state
Type: System::Object^

The state of the object.

Return Value

Type: System::IAsyncResult^

The result of the operation.

Return to top
Show: