次の方法で共有


NDClient.LicenseFetchAsync(INDLicenseFetchDescriptor) メソッド

定義

クライアント レシーバーと送信機の間でライセンス フェッチを実行します。

public:
 virtual IAsyncOperation<INDLicenseFetchResult ^> ^ LicenseFetchAsync(INDLicenseFetchDescriptor ^ licenseFetchDescriptor) = LicenseFetchAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<INDLicenseFetchResult> LicenseFetchAsync(INDLicenseFetchDescriptor const& licenseFetchDescriptor);
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("INDClient is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
IAsyncOperation<INDLicenseFetchResult> LicenseFetchAsync(INDLicenseFetchDescriptor const& licenseFetchDescriptor);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<INDLicenseFetchResult> LicenseFetchAsync(INDLicenseFetchDescriptor licenseFetchDescriptor);
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("INDClient is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
public IAsyncOperation<INDLicenseFetchResult> LicenseFetchAsync(INDLicenseFetchDescriptor licenseFetchDescriptor);
function licenseFetchAsync(licenseFetchDescriptor)
Public Function LicenseFetchAsync (licenseFetchDescriptor As INDLicenseFetchDescriptor) As IAsyncOperation(Of INDLicenseFetchResult)

パラメーター

licenseFetchDescriptor
INDLicenseFetchDescriptor

フェッチされるライセンスの記述子。

戻り値

非同期ライセンス フェッチ呼び出しの結果。

属性

注釈

アプリは通常、新しいルート ライセンスのキーローテーション中にこのメソッドを呼び出します。

適用対象

こちらもご覧ください