AudioVideoMcuSession.EndModifyAttendanceAnnouncements Method
Waits for the pending operation to complete.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub EndModifyAttendanceAnnouncements ( _
result As IAsyncResult _
)
'Usage
Dim instance As AudioVideoMcuSession
Dim result As IAsyncResult
instance.EndModifyAttendanceAnnouncements(result)
public void EndModifyAttendanceAnnouncements(
IAsyncResult result
)
Parameters
- result
Type: System.IAsyncResult
The reference to the pending asynchronous operation.
Exceptions
Exception | Condition |
---|---|
OperationTimeoutException | Thrown when the command timed out waiting for a reply. |
ConferenceFailureException | Thrown when the command failed with a Centralized Conference Control Protocol (C3P) body in the response. |
RealTimeException | Thrown when the command failed without a C3P body in the response. |