次の方法で共有


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>

非同期操作を制御するために使用される オブジェクト。

属性

適用対象