AppointmentCalendarCancelMeetingRequest.ReportCompletedAsync Method

Definition

Notifies the system that the task of cancelling a meeting has completed.

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

Returns

An asynchronous operation.

Attributes

Windows requirements

App capabilities
appointmentsSystem

Remarks

This method should be called only if the app has successfully pushed a meeting cancellation.

Applies to