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)

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

Me.EndExecute(asyncResult)

Parameters

asyncResult
Type: System.IAsyncResult

The asynchronous result.

Show: