LicenseManager.GetSatisfactionInfosAsync 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.
Gets license entitlement info for the specified products.
public:
static IAsyncOperation<LicenseSatisfactionResult ^> ^ GetSatisfactionInfosAsync(IIterable<Platform::String ^> ^ contentIds, IIterable<Platform::String ^> ^ keyIds);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<LicenseSatisfactionResult> GetSatisfactionInfosAsync(IIterable<winrt::hstring> const& contentIds, IIterable<winrt::hstring> const& keyIds);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<LicenseSatisfactionResult> GetSatisfactionInfosAsync(IEnumerable<string> contentIds, IEnumerable<string> keyIds);
function getSatisfactionInfosAsync(contentIds, keyIds)
Public Shared Function GetSatisfactionInfosAsync (contentIds As IEnumerable(Of String), keyIds As IEnumerable(Of String)) As IAsyncOperation(Of LicenseSatisfactionResult)
Parameters
The content IDs of the products for which to get license entitlement info.
The key IDs of the products for which to get license entitlement info.
Returns
An asynchronous operation that, on successful completion, returns a LicenseSatisfactionResult object that provides license entitlement info for the specified products.
- Attributes
Windows requirements
App capabilities |
storeLicenseManagement
|