Share via


BeginGetConferenceUriByPhoneConferenceId Method

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

Syntax

'Declaration
Public Function BeginGetConferenceUriByPhoneConferenceId ( _
    phoneConferenceId As String, _
    userCallback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As ConferenceServices
Dim phoneConferenceId As String
Dim userCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginGetConferenceUriByPhoneConferenceId(phoneConferenceId, _
    userCallback, state)
public IAsyncResult BeginGetConferenceUriByPhoneConferenceId(
    string phoneConferenceId,
    AsyncCallback userCallback,
    Object state
)

Parameters

Return Value

Type: System..::..IAsyncResult

See Also

Reference

ConferenceServices Class

ConferenceServices Members

Microsoft.Rtc.Collaboration.ConferenceManagement Namespace