IAsyncController.BeginExecute Method

Executes the specified request context.

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

Syntax

'Declaration
Function BeginExecute ( _
    requestContext As RequestContext, _
    callback As AsyncCallback, _
    state As Object _
) As IAsyncResult
IAsyncResult BeginExecute(
    RequestContext requestContext,
    AsyncCallback callback,
    Object state
)
IAsyncResult^ BeginExecute(
    RequestContext^ requestContext, 
    AsyncCallback^ callback, 
    Object^ state
)

Parameters

Return Value

Type: System.IAsyncResult
The status of the asynchronous operation.

See Also

Reference

IAsyncController Interface

System.Web.Mvc.Async Namespace