AppointmentCalendarCancelMeetingRequest.ReportFailedAsync Method

Definition

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

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

Returns

An asynchronous operation.

Attributes

Windows requirements

App capabilities
appointmentsSystem

Remarks

This method should be called only if the app has failed to push a meeting cancellation.

Applies to