ReplaceAppointmentOperation.DismissUI 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.
Dismisses the UI for the operation that replaces an appointment.
public:
virtual void DismissUI() = DismissUI;
void DismissUI();
public void DismissUI();
function dismissUI()
Public Sub DismissUI ()
Windows requirements
App capabilities |
appointmentsSystem
|
Remarks
A call to DismissUI is similar to when the user dismisses the appointment provider’s UI by tapping away from it. When the appointment provider’s UI is dismissed, the appointment provider app can continue to save the appointment in the background until the appointment provider app calls ReportCompleted or ReportError or up to 15 seconds elapses, which causes the appointments provider app to stop running.