AudioVideoMcuRouting.EndUpdateAudioRoutes Method
Waits for the pending asynchronous join operation to complete.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub EndUpdateAudioRoutes ( _
result As IAsyncResult _
)
'Usage
Dim instance As AudioVideoMcuRouting
Dim result As IAsyncResult
instance.EndUpdateAudioRoutes(result)
public void EndUpdateAudioRoutes(
IAsyncResult result
)
Parameters
- result
Type: System.IAsyncResult
The reference to the pending asynchronous operation.
Exceptions
Exception | Condition |
---|---|
ConferenceFailureException | Thrown when the MCU fails the routing commands with a Centralized Conference Control Protocol (C3P) body in the response. |
OperationTimeoutException | Thrown the operation timed out waiting for a reply. |
RealTimeException | Thrown under other failure conditions. |