IAsyncController.EndExecute Method (IAsyncResult)

 

Ends the asynchronous operation.

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

Syntax

void EndExecute(
    IAsyncResult asyncResult
)
void EndExecute(
    IAsyncResult^ asyncResult
)
abstract EndExecute : 
        asyncResult:IAsyncResult -> unit
Sub EndExecute (
    asyncResult As IAsyncResult
)

Parameters

See Also

IAsyncController Interface
System.Web.Mvc.Async Namespace

Return to top