Share via


Controller.IAsyncController.BeginExecute Method

This method calls the BeginExecute method.

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

Syntax

IAsyncResult IAsyncController.BeginExecute(
    RequestContext requestContext,
    AsyncCallback callback,
    Object state
)

Parameters

Return Value

Type: System.IAsyncResult
The result of the operation.

Implements

IAsyncController.BeginExecute(RequestContext, AsyncCallback, Object)

See Also

Reference

Controller Class

System.Web.Mvc Namespace