AudioVideoCall.EndHandleTermination(IAsyncResult) Method

Definition

This method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed.

protected:
 override void EndHandleTermination(IAsyncResult ^ result);
protected override void EndHandleTermination (IAsyncResult result);
override this.EndHandleTermination : IAsyncResult -> unit
Protected Overrides Sub EndHandleTermination (result As IAsyncResult)

Parameters

result
IAsyncResult

The reference to the pending asynchronous operation.

Applies to