Controller.EndExecute(IAsyncResult) Method

Definition

Overloads

EndExecute(IAsyncResult)

Ends the invocation of the action in the current controller context.

EndExecute(IAsyncResult)

Ends the invocation of the action in the current controller context.

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

Parameters

asyncResult
IAsyncResult

The asynchronous result.

Implements

Applies to