PhoneCallHistoryManagerForUser.RequestStoreAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|