IAsyncController.EndExecute(IAsyncResult) Method

Definition

Ends the asynchronous operation.

public void EndExecute (IAsyncResult asyncResult);
abstract member EndExecute : IAsyncResult -> unit
Public Sub EndExecute (asyncResult As IAsyncResult)

Parameters

asyncResult
IAsyncResult

The asynchronous result.

Applies to