Controller.EndExecuteCore Method

Ends the execute core.

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

'Declaration
Protected Overridable Sub EndExecuteCore ( _
	asyncResult As IAsyncResult _
)
'Usage
Dim asyncResult As IAsyncResult 

Me.EndExecuteCore(asyncResult)

Parameters

asyncResult
Type: System.IAsyncResult

The asynchronous result.

Show: