Waits for the pending asynchronous operation to get conferencing options to complete.

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

Syntax

Visual Basic (Declaration)
Public 
Function 
EndGetConferencingCapabilities ( _
	
result 
As 
IAsyncResult _
) 
As 

ConferencingCapabilities
C#
public 

ConferencingCapabilities 
EndGetConferencingCapabilities(
	
IAsyncResult 
result
)
Visual C++
public:

ConferencingCapabilities^ 
EndGetConferencingCapabilities(
	
IAsyncResult^ 
result
)
JavaScript
function 
endGetConferencingCapabilities(
result);

Parameters

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

Exceptions

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

See Also