IAsyncController.EndExecute Method

Ends the asynchronous operation.

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

abstract EndExecute : 
        asyncResult:IAsyncResult -> unit

Parameters

asyncResult
Type: System.IAsyncResult

The asynchronous result.

Show: