ComponentRenewal.RenewSystemComponentsAsync 方法

定义

在提示用户后启动关键内容保护组件的更新。

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)

参数

information
RevocationAndRenewalInformation

吊销和续订信息。

返回

IAsyncOperationWithProgress<RenewalStatus,UInt32>

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

IAsyncOperationWithProgress<RenewalStatus,uint32_t>

用于控制异步操作的对象。

属性

适用于