ReflectedAsyncActionDescriptor.EndExecute(IAsyncResult) Method

Definition

Returns the result of an asynchronous operation.

public override object EndExecute (IAsyncResult asyncResult);
override this.EndExecute : IAsyncResult -> obj
Public Overrides Function EndExecute (asyncResult As IAsyncResult) As Object

Parameters

asyncResult
IAsyncResult

An object that represents the status of an asynchronous operation.

Returns

The result of an asynchronous operation.

Applies to