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