AudioVideoFlow.EndApplyChanges 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 EndApplyChanges ( _
result As IAsyncResult _
)
'Usage
Dim instance As AudioVideoFlow
Dim result As IAsyncResult
instance.EndApplyChanges(result)
public void EndApplyChanges(
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 the result argument is invalid. |