Controller::EndExecuteCore Method

Ends the execute core.

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 asynchronous result.

Show: