Controller::IAsyncController::EndExecute Method (IAsyncResult^)

 

This method calls the EndExecute 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 asynchronous result of the operation.

Return to top
Show: