다음을 통해 공유


AppointmentCalendarUpdateMeetingResponseRequest.ReportFailedAsync 메서드

정의

모임 응답을 업데이트하는 작업이 실패했음을 시스템에 알 수 있습니다.

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

반환

비동기 작업입니다.

특성

Windows 요구 사항

앱 기능
appointmentsSystem

설명

이 메서드는 앱이 모임 응답 업데이트를 푸시하지 못한 경우에만 호출해야 합니다.

적용 대상