PhoneCallHistoryManagerForUser.RequestStoreAsync Method

Definition

Requests the PhoneCallHistoryStore associated with the associated user and the calling application.

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

Parameters

accessType
PhoneCallHistoryStoreAccessType

The type of access requested for the PhoneCallHistoryStore object.

Returns

An asynchronous operation that returns a PhoneCallHistoryStore object on successful completion.

Attributes

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem

Applies to