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)

protected virtual IAsyncResult BeginExecuteCore(
	AsyncCallback callback,
	Object state
)

Parameters

callback
Type: System.AsyncCallback
The callback.
state
Type: System.Object
The state.

Return Value

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