ConferenceServices Members
Include Protected Members
Include Inherited Members
This class performs several conference management operations including scheduling a conference, modifying and deleting a scheduled conference.
The ConferenceServices type exposes the following members.
Properties
Name | Description | |
---|---|---|
PoolName | Gets the pool name for building pool targeted requests. |
Top
Methods
Name | Description | |
---|---|---|
BeginCancelConference(String, AsyncCallback, Object) | Deletes a conference scheduled by the endpoint owner. | |
BeginCancelConference(String, SchedulingTemplate, AsyncCallback, Object) | Deletes a conference scheduled by the endpoint owner. | |
BeginCheckPasscodeIsOptional | Gets whether the conference passcode is optional. | |
BeginGetConference | Gets the conference information of a conference scheduled by the endpoint owner. | |
BeginGetConferenceSummaries(AsyncCallback, Object) | Gets a list of basic conference information for conferences scheduled by the endpoint owner. | |
BeginGetConferenceSummaries(SchedulingTemplate, AsyncCallback, Object) | Gets a list of basic conference information for conferences scheduled using the supplied scheduling template. | |
BeginGetConferenceUriByPhoneConferenceId | Translates a phone conference ID to a conference URI. | |
BeginGetConferencingCapabilities | Gets the conferencing options that are available to the endpoint owner. | |
BeginScheduleConference | Initiates the scheduling of a conference. | |
BeginUpdateConference | Updates an existing conference scheduled by the endpoint owner. | |
BeginVerifyPasscode | Gets whether the supplied passcode is valid for the conference. | |
EndCancelConference | Waits for the pending asynchronous cancel operation to complete. | |
EndCheckPasscodeIsOptional | Waits for the pending asynchronous operation of checking the passcode to complete. | |
EndGetConference | Waits for the pending asynchronous operation of getting conference information to complete. | |
EndGetConferenceSummaries | Waits for the pending asynchronous operation of getting conference summaries to complete. | |
EndGetConferenceUriByPhoneConferenceId | Waits for the pending asynchronous operation of translating a phone conference ID to a conference URI to complete. | |
EndGetConferencingCapabilities | Waits for the pending asynchronous operation of getting conferencing options to complete. | |
EndScheduleConference | Waits for the pending asynchronous scheduling operation to complete. | |
EndUpdateConference | Waits for the pending asynchronous update operation to complete. | |
EndVerifyPasscode | Waits for the pending asynchronous operation of verifying the passcode to complete. | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GenerateAnonymousUri | Generates an anonymous URI. | |
GenerateConferenceId() | Generates a syntactically valid conference ID. | |
GenerateConferenceId(Int32) | Generates a syntactically valid conference ID. | |
GenerateNumericPasscode | Generates a numeric conference passcode of the given length. | |
GeneratePasscode | Generates a conference passcode for use in the conference. | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top