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

가져오는 라이선스에 대한 설명자입니다.

반환

비동기 라이선스 페치 호출의 결과입니다.

특성

설명

앱은 일반적으로 새 루트 라이선스에 대한 키 회전 중에 이 메서드를 호출합니다.

적용 대상

추가 정보