ComponentRenewal.RenewSystemComponentsAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Lance la mise à jour des composants de protection du contenu critiques après avoir invité l’utilisateur.
public:
static IAsyncOperationWithProgress<RenewalStatus, unsigned int> ^ RenewSystemComponentsAsync(RevocationAndRenewalInformation ^ information);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperationWithProgress<RenewalStatus, uint32_t> RenewSystemComponentsAsync(RevocationAndRenewalInformation const& information);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperationWithProgress<RenewalStatus,uint> RenewSystemComponentsAsync(RevocationAndRenewalInformation information);
function renewSystemComponentsAsync(information)
Public Shared Function RenewSystemComponentsAsync (information As RevocationAndRenewalInformation) As IAsyncOperationWithProgress(Of RenewalStatus, UInteger)
Paramètres
- information
- RevocationAndRenewalInformation
Informations de révocation et de renouvellement.
Retours
Windows.Foundation.IAsyncOperationWithProgress<Windows.Media.Protection.RenewalStatus,unsigned int>
IAsyncOperationWithProgress<RenewalStatus,uint32_t>
Objet utilisé pour contrôler l’opération asynchrone.
- Attributs