IAsyncController.EndExecute Method

Ends the asynchronous operation.

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

'Declaration
Sub EndExecute ( _
	asyncResult As IAsyncResult _
)
'Usage
Dim instance As IAsyncController 
Dim asyncResult As IAsyncResult

instance.EndExecute(asyncResult)

Parameters

asyncResult
Type: System.IAsyncResult

The asynchronous result.

Show: