Waits for the pending operation to complete.

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Sub 
EndApplyChanges ( _
	
result 
As 
IAsyncResult _
)
C#
public 
void 
EndApplyChanges(
	
IAsyncResult 
result
)
Visual C++
public:
void 
EndApplyChanges(
	
IAsyncResult^ 
result
)
JavaScript
function 
endApplyChanges(
result);

Parameters

result
Type: IAsyncResult
The reference to the pending asynchronous operation.

Exceptions

Exception Condition
ArgumentNullException Thrown when the resultargument is null.
ArgumentException Thrown when the resultargument is invalid.

See Also