ComponentRenewal.RenewSystemComponentsAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在提示用户后启动关键内容保护组件的更新。
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
吊销和续订信息。
返回
Windows.Foundation.IAsyncOperationWithProgress<Windows.Media.Protection.RenewalStatus,unsigned int>
IAsyncOperationWithProgress<RenewalStatus,uint32_t>
用于控制异步操作的对象。
- 属性