Controller.BeginExecuteCore Method

Begins to invoke the action in the current controller context.

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

abstract BeginExecuteCore : 
        callback:AsyncCallback * 
        state:Object -> IAsyncResult  
override BeginExecuteCore : 
        callback:AsyncCallback * 
        state:Object -> IAsyncResult

Parameters

callback
Type: System.AsyncCallback

The callback.

state
Type: System.Object

The state.

Return Value

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