Waits for the pending asynchronous operation to get conference summaries to complete.

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

Syntax

Visual Basic (Declaration)
Public 
Function 
EndGetConferenceSummaries ( _
	
result 
As 
IAsyncResult _
) 
As 
Collection(
Of 

ConferenceSummary)
C#
public 
Collection<

ConferenceSummary> 
EndGetConferenceSummaries(
	
IAsyncResult 
result
)
Visual C++
public:
Collection<

ConferenceSummary^>^ 
EndGetConferenceSummaries(
	
IAsyncResult^ 
result
)
JavaScript
function 
endGetConferenceSummaries(
result);

Parameters

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

Exceptions

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

See Also