Share via


Controller.BeginExecuteCore(AsyncCallback, Object) Method

Definition

Begins to invoke the action in the current controller context.

protected virtual IAsyncResult BeginExecuteCore(AsyncCallback callback, object state);

Parameters

callback
AsyncCallback

The callback.

state
Object

The state.

Returns

Returns an IAsyncController instance.

Applies to