다음을 통해 공유


AppointmentCalendar.TryCancelMeetingAsync 메서드

정의

모임을 비동기적으로 취소하려고 시도합니다.

public:
 virtual IAsyncOperation<bool> ^ TryCancelMeetingAsync(Appointment ^ meeting, Platform::String ^ subject, Platform::String ^ comment, bool notifyInvitees) = TryCancelMeetingAsync;
IAsyncOperation<bool> TryCancelMeetingAsync(Appointment const& meeting, winrt::hstring const& subject, winrt::hstring const& comment, bool const& notifyInvitees);
public IAsyncOperation<bool> TryCancelMeetingAsync(Appointment meeting, string subject, string comment, bool notifyInvitees);
function tryCancelMeetingAsync(meeting, subject, comment, notifyInvitees)
Public Function TryCancelMeetingAsync (meeting As Appointment, subject As String, comment As String, notifyInvitees As Boolean) As IAsyncOperation(Of Boolean)

매개 변수

meeting
Appointment

취소할 모임입니다.

subject
String

Platform::String

winrt::hstring

취소 알림의 주체입니다.

comment
String

Platform::String

winrt::hstring

취소 알림의 본문입니다.

notifyInvitees
Boolean

bool

초대 대상에게 알림을 받아야 하는지 여부를 나타내는 부울 값입니다.

반환

작업이 성공했는지 여부를 나타내는 부울 값입니다.

Windows 요구 사항

앱 기능
appointmentsSystem

적용 대상