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>
非同期操作を制御するために使用される オブジェクト。
- 属性