Waits for the pending asynchronous update operation to complete.

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

Syntax

Visual Basic (Declaration)
Public 
Function 
EndUpdateConference ( _
	
result 
As 
IAsyncResult _
) 
As 

Conference
C#
public 

Conference 
EndUpdateConference(
	
IAsyncResult 
result
)
Visual C++
public:

Conference^ 
EndUpdateConference(
	
IAsyncResult^ 
result
)
JavaScript
function 
endUpdateConference(
result);

Parameters

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

Return Value

Information about the updated conference.

Exceptions

Exception Condition
Microsoft.Rtc.Collaboration . . :: . ConferenceFailureException Thrown when updating a conference failed with a Centralized Conference Control Protocol (C3P) body in the response.
Microsoft.Rtc.Signaling . . :: . RealTimeException Thrown when updating a conference failed without a C3P body in the response.

See Also