AsyncActionDescriptor.EndExecute(IAsyncResult) Method

Definition

Returns the result of an asynchronous operation.

public abstract object EndExecute (IAsyncResult asyncResult);
abstract member EndExecute : IAsyncResult -> obj
Public MustOverride 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