GetAppointmentAsync | getAppointmentAsync method
TOC
Collapse the table of content
Expand the table of content

AppointmentCalendar.GetAppointmentAsync | getAppointmentAsync method

Asynchronously retrieves the Appointment with the specified ID.

Syntax


public:
IAsyncOperation<Appointment>^ GetAppointmentAsync(
  String^ localId
)

Parameters

localId

Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]

The LocalId of the appointment to be retrieved.

Return value

Type: IAsyncOperation<Appointment>

An asynchronous operation that returns Appointment on successful completion.

Requirements (Windows 10 device family)

Device family

Universal, introduced version 10.0.10240.0

API contract

Windows.Foundation.UniversalApiContract, introduced version 1.0

Namespace

Windows.ApplicationModel.Appointments
Windows::ApplicationModel::Appointments [C++]

Metadata

Windows.Foundation.UniversalApiContract.winmd

Requirements (Windows 8.x and Windows Phone 8.x)

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8.1

Namespace

Windows.ApplicationModel.Appointments
Windows::ApplicationModel::Appointments [C++]

Metadata

Windows.winmd

See also

AppointmentCalendar

 

 

Show:
© 2017 Microsoft