ComponentRenewal.RenewSystemComponentsAsync 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.
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
Windows.Foundation.IAsyncOperationWithProgress<Windows.Media.Protection.RenewalStatus,unsigned int>
IAsyncOperationWithProgress<RenewalStatus,uint32_t>
An object that is used to control the asynchronous operation.
- Attributes