Conference.Implicit Operator
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.
Overloads
| Implicit(Conference to ConferenceScheduleInformation) |
Converts a conference into an object that can be used to update its properties. |
| Implicit(Conference to RealTimeAddress) |
Converts the Conference into its address. |
Implicit(Conference to ConferenceScheduleInformation)
Converts a conference into an object that can be used to update its properties.
public:
static operator Microsoft::Rtc::Collaboration::ConferenceManagement::ConferenceScheduleInformation ^(Microsoft::Rtc::Collaboration::Conference ^ conference);
public static implicit operator Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceScheduleInformation (Microsoft.Rtc.Collaboration.Conference conference);
static member op_Implicit : Microsoft.Rtc.Collaboration.Conference -> Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceScheduleInformation
Parameters
- conference
- Conference
The conference to convert.
Returns
The converted conference.
Exceptions
Thrown when the supplied conference is scheduled with an administrator template SchedulingTemplate.
Remarks
A Conference object for a conference scheduled with an administrator template cannot be converted to ConferenceScheduleInformation object.
Applies to
Implicit(Conference to RealTimeAddress)
Converts the Conference into its address.
public:
static operator Microsoft::Rtc::Signaling::RealTimeAddress ^(Microsoft::Rtc::Collaboration::Conference ^ conference);
public static implicit operator Microsoft.Rtc.Signaling.RealTimeAddress (Microsoft.Rtc.Collaboration.Conference conference);
static member op_Implicit : Microsoft.Rtc.Collaboration.Conference -> Microsoft.Rtc.Signaling.RealTimeAddress
Parameters
- conference
- Conference
The conference to convert.
Returns
The converted conference.