AsyncControllerActionInvoker::EndInvokeActionMethodWithFilters Method (IAsyncResult^)

 

Cancels the action.

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

public protected:
virtual ActionExecutedContext^ EndInvokeActionMethodWithFilters(
	IAsyncResult^ asyncResult
)

Parameters

asyncResult
Type: System::IAsyncResult^

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

Return Value

Type: System.Web.Mvc::ActionExecutedContext^

true if the action was canceled; otherwise, false.

Return to top
Show: