LicenseManager.RefreshLicensesAsync(LicenseRefreshOption) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Aggiorna le informazioni sulla licenza per le licenze dell'app nel dispositivo corrente.
public:
static IAsyncAction ^ RefreshLicensesAsync(LicenseRefreshOption refreshOption);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncAction RefreshLicensesAsync(LicenseRefreshOption const& refreshOption);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction RefreshLicensesAsync(LicenseRefreshOption refreshOption);
function refreshLicensesAsync(refreshOption)
Public Shared Function RefreshLicensesAsync (refreshOption As LicenseRefreshOption) As IAsyncAction
Parametri
- refreshOption
- LicenseRefreshOption
Un LicenseRefreshOption che indica se aggiornare tutte le licenze dell'app nel dispositivo o solo le licenze per le app attualmente in esecuzione.
Restituisce
Oggetto che rappresenta l'operazione asincrona.
- Attributi
Requisiti Windows
Famiglia di dispositivi |
Windows 10 Creators Update (è stato introdotto in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (è stato introdotto in v4.0)
|
Funzionalità dell'app |
storeLicenseManagement
|