Share via


AppointmentManagerForUser.RequestStoreAsync Method

Definition

Retrieves an AppointmentStore object that enables searching or retrieving appointments on the device.

public:
 virtual IAsyncOperation<AppointmentStore ^> ^ RequestStoreAsync(AppointmentStoreAccessType options) = RequestStoreAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<AppointmentStore> RequestStoreAsync(AppointmentStoreAccessType const& options);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<AppointmentStore> RequestStoreAsync(AppointmentStoreAccessType options);
function requestStoreAsync(options)
Public Function RequestStoreAsync (options As AppointmentStoreAccessType) As IAsyncOperation(Of AppointmentStore)

Parameters

options
AppointmentStoreAccessType

Specifies the type of read/write access requested.

Returns

An asynchronous operation that returns an AppointmentStore object upon successful completion.

Attributes

Windows requirements

App capabilities
appointmentsSystem

Applies to