ConferenceServices.EndGetConference Method
Waits for the pending asynchronous operation of getting conference information to complete.
Namespace: Microsoft.Rtc.Collaboration.ConferenceManagement
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function EndGetConference ( _
result As IAsyncResult _
) As Conference
'Usage
Dim instance As ConferenceServices
Dim result As IAsyncResult
Dim returnValue As Conference
returnValue = instance.EndGetConference(result)
public Conference EndGetConference(
IAsyncResult result
)
Parameters
- result
Type: System.IAsyncResult
The reference to the pending asynchronous operation.
Return Value
Type: Microsoft.Rtc.Collaboration.Conference
Exceptions
Exception | Condition |
---|---|
ConferenceFailureException | Thrown when retrieving conference information failed with a Centralized Conference Control Protocol (C3P) body in the response. |
RealTimeException | Thrown when retrieving conference information failed without a C3P body in the response. |