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
- result
Type: System.IAsyncResult
The reference to the pending asynchronous operation.
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. |