IAsyncActionInvoker::EndInvokeAction Method

Visual Studio 2010

Cancels the asynchronous action.

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

bool EndInvokeAction(
	IAsyncResult^ asyncResult
)

Parameters

asyncResult
Type: System::IAsyncResult
The asynchronous result.

Return Value

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

Community Additions

ADD
Show: