ComponentRenewal.RenewSystemComponentsAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initiiert die Aktualisierung kritischer Inhaltsschutzkomponenten, nachdem der Benutzer dazu aufgefordert wurde.
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)
Parameter
- information
- RevocationAndRenewalInformation
Widerrufs- und Verlängerungsinformationen.
Gibt zurück
Windows.Foundation.IAsyncOperationWithProgress<Windows.Media.Protection.RenewalStatus,unsigned int>
IAsyncOperationWithProgress<RenewalStatus,uint32_t>
Ein -Objekt, das zum Steuern des asynchronen Vorgangs verwendet wird.
- Attribute