ReplaceAppointmentOperation.DismissUI Method

Definition

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.

Applies to