Waits for the pending asynchronous operation to transalte a phone conference ID to a conference URI to complete.

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

Syntax

Visual Basic (Declaration)
Public 
Function 

EndGetConferenceUriByPhoneConferenceId ( _
	
result 
As 
IAsyncResult _
) 
As 
String
C#
public 
string 

EndGetConferenceUriByPhoneConferenceId(
	
IAsyncResult 
result
)
Visual C++
public:
String^ 

EndGetConferenceUriByPhoneConferenceId(
	
IAsyncResult^ 
result
)
JavaScript
function 

endGetConferenceUriByPhoneConferenceId(
result);

Parameters

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

Return Value

The conference URI.

Exceptions

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

See Also