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)
| |
|
API contract |
|
|
Namespace |
|
|
Metadata |
|
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 |
|
|
Metadata |
|
See also
Show: