Share via


ConferenceServicesExtensions.BeginGetConference method

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

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function BeginGetConference ( _
    services As ConferenceServices, _
    conferenceId As String, _
    options As GetConferenceOptions, _
    userCallback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim services As ConferenceServices
Dim conferenceId As String
Dim options As GetConferenceOptions
Dim userCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = services.BeginGetConference(conferenceId, _
    options, userCallback, state)
public static IAsyncResult BeginGetConference(
    this ConferenceServices services,
    string conferenceId,
    GetConferenceOptions options,
    AsyncCallback userCallback,
    Object state
)

Parameters

Return value

Type: System.IAsyncResult

Usage note

In Visual Basic and C#, you can call this method as an instance method on any object of type ConferenceServices. When you use instance method syntax to call this method, omit the first parameter. For more information, see https://msdn.microsoft.com/en-us/library/bb384936(v=office.15) or https://msdn.microsoft.com/en-us/library/bb383977(v=office.15).

See also

Reference

ConferenceServicesExtensions class

ConferenceServicesExtensions members

Microsoft.Rtc.Internal.Collaboration.ConferenceManagement namespace