Controller.EndExecuteCore Method

Ends the execute core.

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

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

Parameters

asyncResult
Type: System.IAsyncResult

The asynchronous result.

Show: