Controller.EndExecuteCore(IAsyncResult) Method

Definition

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