Share via


IAsyncActionInvoker.EndInvokeAction Method

Cancels the asynchronous action.

Namespace:  System.Web.Mvc.Async
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

'Declaration
Function EndInvokeAction ( _
    asyncResult As IAsyncResult _
) As Boolean
bool EndInvokeAction(
    IAsyncResult asyncResult
)
bool EndInvokeAction(
    IAsyncResult^ asyncResult
)

Parameters

Return Value

Type: System.Boolean
true if the asynchronous method could be canceled; otherwise, false.

See Also

Reference

IAsyncActionInvoker Interface

System.Web.Mvc.Async Namespace