0 out of 1 rated this helpful - Rate this topic

Controller.EndExecute Method

Ends the invocation of the action in the current controller context.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
protected virtual void EndExecute(
	IAsyncResult asyncResult
)

Parameters

asyncResult
Type: System.IAsyncResult

The asynchronous result.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.