ComponentRenewal.RenewSystemComponentsAsync Method

Definition

Initiates updating of critical content protection components after prompting the user.

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)

Parameters

information
RevocationAndRenewalInformation

Revocation and renewal information.

Returns

IAsyncOperationWithProgress<RenewalStatus,UInt32>

Windows.Foundation.IAsyncOperationWithProgress<Windows.Media.Protection.RenewalStatus,unsigned int>

IAsyncOperationWithProgress<RenewalStatus,uint32_t>

An object that is used to control the asynchronous operation.

Attributes

Applies to