Partager via


MediaProvider.EndTerminateCall Method

Completes the asynchronous operation started by BeginTerminateCall.

Namespace:  Microsoft.Rtc.Collaboration.ComponentModel
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Protected Sub EndTerminateCall ( _
    result As IAsyncResult _
)
'Usage
Dim result As IAsyncResult

Me.EndTerminateCall(result)
protected void EndTerminateCall(
    IAsyncResult result
)

Parameters

Exceptions

Exception Condition
InvalidOperationException

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

ArgumentNullException

Thrown when the result parameter is null.

ArgumentException

Thrown when the result parameter is invalid.

See Also

Reference

MediaProvider Class

MediaProvider Members

Microsoft.Rtc.Collaboration.ComponentModel Namespace