Partilhar via


ConferenceServices.EndGetConferenceUriByPhoneConferenceId Method

Waits for the pending asynchronous operation of translating 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

'Declaration
Public Function EndGetConferenceUriByPhoneConferenceId ( _
    result As IAsyncResult _
) As String
'Usage
Dim instance As ConferenceServices
Dim result As IAsyncResult
Dim returnValue As String

returnValue = instance.EndGetConferenceUriByPhoneConferenceId(result)
public string EndGetConferenceUriByPhoneConferenceId(
    IAsyncResult result
)

Parameters

Return Value

Type: System.String
The conference URI.

Exceptions

Exception Condition
ConferenceFailureException

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

RealTimeException

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

See Also

Reference

ConferenceServices Class

ConferenceServices Members

Microsoft.Rtc.Collaboration.ConferenceManagement Namespace