Edit

Share via


ConferenceServices.BeginScheduleConference Method

Definition

Initiates the scheduling of a conference.

public:
 IAsyncResult ^ BeginScheduleConference(Microsoft::Rtc::Collaboration::ConferenceManagement::ConferenceScheduleInformation ^ information, AsyncCallback ^ userCallback, System::Object ^ state);
public IAsyncResult BeginScheduleConference (Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceScheduleInformation information, AsyncCallback userCallback, object state);
member this.BeginScheduleConference : Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceScheduleInformation * AsyncCallback * obj -> IAsyncResult
Public Function BeginScheduleConference (information As ConferenceScheduleInformation, userCallback As AsyncCallback, state As Object) As IAsyncResult

Parameters

information
ConferenceScheduleInformation

Information used to schedule the conference.

userCallback
AsyncCallback

The method to be called when the asynchronous operation is completed.

state
Object

A user-provided object that distinguishes this particular asynchronous operation from other asynchronous operations.

Returns

An IAsyncResult that references the asynchronous operation.

Exceptions

Thrown when the method failed to issue the request.

Thrown when the supplied information instance is null.

Applies to