AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.