PhoneCallHistoryManager.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 calling application.
public:
static IAsyncOperation<PhoneCallHistoryStore ^> ^ RequestStoreAsync(PhoneCallHistoryStoreAccessType accessType);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<PhoneCallHistoryStore> RequestStoreAsync(PhoneCallHistoryStoreAccessType const& accessType);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<PhoneCallHistoryStore> RequestStoreAsync(PhoneCallHistoryStoreAccessType accessType);
function requestStoreAsync(accessType)
Public Shared 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
|