Share via


ReplaceAppointmentOperation.ReportCompleted(String) Method

Definition

Informs the activating app that the operation was completed successfully.

public:
 virtual void ReportCompleted(Platform::String ^ itemId) = ReportCompleted;
void ReportCompleted(winrt::hstring const& itemId);
public void ReportCompleted(string itemId);
function reportCompleted(itemId)
Public Sub ReportCompleted (itemId As String)

Parameters

itemId
String

Platform::String

winrt::hstring

A unique appointment ID that the activating app can later use to remove this appointment if necessary or to replace it again.

Windows requirements

App capabilities
appointmentsSystem

Applies to