AsyncController::IAsyncController::EndExecute Method

Visual Studio 2010

Cancels the execution of an asynchronous action method by ASP.NET at the end of the execution of an asynchronous action method.

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

private:
virtual void EndExecute(
	IAsyncResult^ asyncResult
) sealed = IAsyncController::EndExecute

Parameters

asyncResult
Type: System::IAsyncResult
The status of the asynchronous result.

Implements

IAsyncController::EndExecute(IAsyncResult)

This member is an explicit interface member implementation. It can be used only when the AsyncController instance is cast to an IAsyncResult interface.

Community Additions

ADD
Show: