Share via


AppointmentCalendarCreateOrUpdateAppointmentRequest.ReportCompletedAsync Method

Definition

Notifies the system that the task of creating or updating an appointment has completed.

public:
 virtual IAsyncAction ^ ReportCompletedAsync(Appointment ^ createdOrUpdatedAppointment) = ReportCompletedAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ReportCompletedAsync(Appointment const& createdOrUpdatedAppointment);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ReportCompletedAsync(Appointment createdOrUpdatedAppointment);
function reportCompletedAsync(createdOrUpdatedAppointment)
Public Function ReportCompletedAsync (createdOrUpdatedAppointment As Appointment) As IAsyncAction

Parameters

createdOrUpdatedAppointment
Appointment

The calendar appointment that has been created or updated.

Returns

An asynchronous operation.

Attributes

Windows requirements

App capabilities
appointmentsSystem

Remarks

This method should be called only if the app has successfully created or updated an appointment.

Applies to