TaskAsyncActionDescriptor.EndExecute Method

Ends the asynchronous operation.

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

abstract EndExecute : 
        asyncResult:IAsyncResult -> Object  
override EndExecute : 
        asyncResult:IAsyncResult -> Object

Parameters

asyncResult
Type: System.IAsyncResult

An object that represents the status of an asynchronous operation.

Return Value

Type: System.Object
The result of an asynchronous operation.
Show: