AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult) Method

Definition

Cancels the action.

public virtual bool EndInvokeAction (IAsyncResult asyncResult);
abstract member EndInvokeAction : IAsyncResult -> bool
override this.EndInvokeAction : IAsyncResult -> bool
Public Overridable Function EndInvokeAction (asyncResult As IAsyncResult) As Boolean

Parameters

asyncResult
IAsyncResult

The user-defined object that qualifies or contains information about an asynchronous operation.

Returns

true if the action was canceled; otherwise, false.

Implements

Applies to