IAsyncController.EndExecute Method

Visual Studio 2010

Ends the asynchronous operation.

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

'Declaration
Sub EndExecute ( _
	asyncResult As IAsyncResult _
)

Parameters

asyncResult
Type: System.IAsyncResult
The asynchronous result.

Community Additions

ADD
Show: