Controller.IAsyncController.EndExecute(IAsyncResult) Method

Definition

Overloads

IAsyncController.EndExecute(IAsyncResult)

This method calls the EndExecute method.

IAsyncController.EndExecute(IAsyncResult)

This method calls the EndExecute method.

void IAsyncController.EndExecute (IAsyncResult asyncResult);
abstract member System.Web.Mvc.Async.IAsyncController.EndExecute : IAsyncResult -> unit
override this.System.Web.Mvc.Async.IAsyncController.EndExecute : IAsyncResult -> unit
Sub EndExecute (asyncResult As IAsyncResult) Implements IAsyncController.EndExecute

Parameters

asyncResult
IAsyncResult

The asynchronous result of the operation.

Implements

Applies to