Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Waits for the pending asynchronous operation to modify the participant role to complete."
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub EndModifyRole ( _
result As IAsyncResult _
)
'Usage
Dim instance As ConferenceSession
Dim result As IAsyncResult
instance.EndModifyRole(result)
public void EndModifyRole(
IAsyncResult result
)
Parameters
- result
Type: System.IAsyncResult
The reference to the pending asynchronous operation.
Exceptions
| Exception | Condition |
|---|---|
| OperationTimeoutException | Thrown when modifying the role timed out waiting for a reply. |
| ConferenceFailureException | Thrown when modifying the role failed with a Centralized Conference Control Protocol (C3P) body in the response. |
| RealTimeException | Thrown when modifying the role failed without a C3P body in the response. |