Edit

Share via


ConferenceSession.EndGetExtendedProperties(IAsyncResult) Method

Definition

Waits for the pending asynchronous operation to complete.

public:
 Microsoft::Rtc::Collaboration::ConferenceSessionExtendedProperties ^ EndGetExtendedProperties(IAsyncResult ^ result);
public Microsoft.Rtc.Collaboration.ConferenceSessionExtendedProperties EndGetExtendedProperties (IAsyncResult result);
member this.EndGetExtendedProperties : IAsyncResult -> Microsoft.Rtc.Collaboration.ConferenceSessionExtendedProperties
Public Function EndGetExtendedProperties (result As IAsyncResult) As ConferenceSessionExtendedProperties

Parameters

result
IAsyncResult

The reference to the pending asynchronous operation.

Returns

Exceptions

Thrown when the operation failed with a Centralized Conference Control Protocol (C3P) body in the response.

Thrown for other failures including when the lobby wait period is set to zero in LobbyTimeout.

Thrown when joining a conference failed without a C3P body in the response.

Applies to