Controller.EndExecuteCore(IAsyncResult) Method

Definition

Overloads

EndExecuteCore(IAsyncResult)

Ends the execute core.

EndExecuteCore(IAsyncResult)

Ends the execute core.

protected virtual void EndExecuteCore (IAsyncResult asyncResult);
abstract member EndExecuteCore : IAsyncResult -> unit
override this.EndExecuteCore : IAsyncResult -> unit
Protected Overridable Sub EndExecuteCore (asyncResult As IAsyncResult)

Parameters

asyncResult
IAsyncResult

The asynchronous result.

Applies to