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 operation to complete.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub EndHold ( _
result As IAsyncResult _
)
'Usage
Dim instance As AudioVideoFlow
Dim result As IAsyncResult
instance.EndHold(result)
public void EndHold(
IAsyncResult result
)
Parameters
- result
Type: System.IAsyncResult
The reference to the pending asynchronous operation.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when the result argument is null. |
| ArgumentException | Thrown when result argument is invalid. |