ConferenceSession.EndGetExtendedProperties Method
Waits for the pending asynchronous operation to complete.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function EndGetExtendedProperties ( _
result As IAsyncResult _
) As ConferenceSessionExtendedProperties
'Usage
Dim instance As ConferenceSession
Dim result As IAsyncResult
Dim returnValue As ConferenceSessionExtendedProperties
returnValue = instance.EndGetExtendedProperties(result)
public ConferenceSessionExtendedProperties EndGetExtendedProperties(
IAsyncResult result
)
Parameters
- result
Type: System.IAsyncResult
The reference to the pending asynchronous operation.
Return Value
Type: Microsoft.Rtc.Collaboration.ConferenceSessionExtendedProperties
Exceptions
Exception | Condition |
---|---|
ConferenceFailureException | Thrown when the operation failed with a Centralized Conference Control Protocol (C3P) body in the response. |
OperationFailureException | Thrown for other failures including when the lobby wait period is set to zero in LobbyTimeout. |
RealTimeException | Thrown when joining a conference failed without a C3P body in the response. |