AsyncController::EndExecuteCore Method

Visual Studio 2010

Called by ASP.NET when the current asynchronous action has completed.

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

protected:
virtual void EndExecuteCore(
	IAsyncResult^ asyncResult
)

Parameters

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

This method is called by ASP.NET while it is processing an asynchronous request. It cannot be called directly.

Community Additions

ADD
Show: