ConferenceServicesExtensions.BeginGetConference Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- services
- ConferenceServices
- conferenceId
- String
- options
- GetConferenceOptions
- userCallback
- AsyncCallback
- state
- Object