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

Exceptions

Exception Condition
ArgumentNullException

Thrown when the result argument is null.

ArgumentException

Thrown when the result argument is invalid.

See Also

Reference

AudioVideoFlow Class

AudioVideoFlow Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace