ConferenceServicesExtensions.BeginGetConference(ConferenceServices, String, GetConferenceOptions, AsyncCallback, Object) Method

Definition

public:
[System::Runtime::CompilerServices::Extension]
 static IAsyncResult ^ BeginGetConference(Microsoft::Rtc::Collaboration::ConferenceManagement::ConferenceServices ^ services, System::String ^ conferenceId, Microsoft::Rtc::Internal::Collaboration::ConferenceManagement::GetConferenceOptions ^ options, AsyncCallback ^ userCallback, System::Object ^ state);
public static IAsyncResult BeginGetConference (this Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceServices services, string conferenceId, Microsoft.Rtc.Internal.Collaboration.ConferenceManagement.GetConferenceOptions options, AsyncCallback userCallback, object state);
static member BeginGetConference : Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceServices * string * Microsoft.Rtc.Internal.Collaboration.ConferenceManagement.GetConferenceOptions * AsyncCallback * obj -> IAsyncResult
<Extension()>
Public Function BeginGetConference (services As ConferenceServices, conferenceId As String, options As GetConferenceOptions, userCallback As AsyncCallback, state As Object) As IAsyncResult

Parameters

conferenceId
String
userCallback
AsyncCallback
state
Object

Returns

IAsyncResult

Applies to