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)

abstract EndExecute : 
        asyncResult:IAsyncResult -> unit  
override EndExecute : 
        asyncResult:IAsyncResult -> unit

Parameters

asyncResult
Type: System.IAsyncResult

The asynchronous result.

Show: