Edit

Share via


MediaProvider.EndTerminateCall(IAsyncResult) Method

Definition

Completes the asynchronous operation started by BeginTerminateCall.

protected:
 void EndTerminateCall(IAsyncResult ^ result);
protected void EndTerminateCall (IAsyncResult result);
member this.EndTerminateCall : IAsyncResult -> unit
Protected Sub EndTerminateCall (result As IAsyncResult)

Parameters

result
IAsyncResult

The reference to the pending asynchronous operation.

Exceptions

Thrown when this method is invoked multiple times using the same instance of asyncResult.

Thrown when the result parameter is null.

Thrown when the result parameter is invalid.

Applies to