Controller.EndExecute(IAsyncResult) Method

Definition

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

protected virtual void EndExecute(IAsyncResult asyncResult);

Parameters

asyncResult
IAsyncResult

The asynchronous result.

Implements

Applies to