Share via


ConferenceServices.EndGetConferenceSummaries Method

Waits for the pending asynchronous operation of getting conference summaries to complete.

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

Syntax

'Declaration
Public Function EndGetConferenceSummaries ( _
    result As IAsyncResult _
) As Collection(Of ConferenceSummary)
'Usage
Dim instance As ConferenceServices
Dim result As IAsyncResult
Dim returnValue As Collection(Of ConferenceSummary)

returnValue = instance.EndGetConferenceSummaries(result)
public Collection<ConferenceSummary> EndGetConferenceSummaries(
    IAsyncResult result
)

Parameters

Return Value

Type: System.Collections.ObjectModel.Collection<ConferenceSummary>

Exceptions

Exception Condition
ConferenceFailureException

Thrown when retrieving conferences summary information failed with a Centralized Conference Control Protocol (C3P) body in the response.

RealTimeException

Thrown when retrieving conferences summary information failed without a C3P body in the response.

See Also

Reference

ConferenceServices Class

ConferenceServices Members

Microsoft.Rtc.Collaboration.ConferenceManagement Namespace