Controller.BeginExecute(RequestContext, AsyncCallback, Object) Method

Definition

Begins execution of the specified request context

protected virtual IAsyncResult BeginExecute(System.Web.Routing.RequestContext requestContext, AsyncCallback callback, object state);

Parameters

requestContext
RequestContext

The request context.

callback
AsyncCallback

The asynchronous callback.

state
Object

The state.

Returns

Returns an IAsyncController instance.

Implements

Applies to