Controller.BeginExecuteCore(AsyncCallback, Object) Method

Definition

Overloads

BeginExecuteCore(AsyncCallback, Object)

Begins to invoke the action in the current controller context.

BeginExecuteCore(AsyncCallback, Object)

Begins to invoke the action in the current controller context.

protected virtual IAsyncResult BeginExecuteCore (AsyncCallback callback, object state);
abstract member BeginExecuteCore : AsyncCallback * obj -> IAsyncResult
override this.BeginExecuteCore : AsyncCallback * obj -> IAsyncResult
Protected Overridable Function BeginExecuteCore (callback As AsyncCallback, state As Object) As IAsyncResult

Parameters

callback
AsyncCallback

The callback.

state
Object

The state.

Returns

Returns an IAsyncController instance.

Applies to