Call.EndTerminate(IAsyncResult) Method

Definition

Determines whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed.

public:
 void EndTerminate(IAsyncResult ^ result);
public void EndTerminate (IAsyncResult result);
member this.EndTerminate : IAsyncResult -> unit
Public Sub EndTerminate (result As IAsyncResult)

Parameters

result
IAsyncResult

The reference to the pending asynchronous operation.

Applies to