IBackgroundDispatcher.EndInvoke(IAsyncResult) Method

Definition

Works the same as EndInvoke would for any other delegate, except that it also manages system state correctly.

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

Parameters

asyncResult
IAsyncResult

Applies to