Share via


NDDownloadEngineNotifier.OnContentIDReceived Method

Definition

Called by the download engine when a content identifier is received.

public:
 virtual void OnContentIDReceived(INDLicenseFetchDescriptor ^ licenseFetchDescriptor) = OnContentIDReceived;
void OnContentIDReceived(INDLicenseFetchDescriptor const& licenseFetchDescriptor);
/// [Windows.Foundation.Metadata.Deprecated("INDDownloadEngineNotifier is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
void OnContentIDReceived(INDLicenseFetchDescriptor const& licenseFetchDescriptor);
public void OnContentIDReceived(INDLicenseFetchDescriptor licenseFetchDescriptor);
[Windows.Foundation.Metadata.Deprecated("INDDownloadEngineNotifier is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
public void OnContentIDReceived(INDLicenseFetchDescriptor licenseFetchDescriptor);
function onContentIDReceived(licenseFetchDescriptor)
Public Sub OnContentIDReceived (licenseFetchDescriptor As INDLicenseFetchDescriptor)

Parameters

licenseFetchDescriptor
INDLicenseFetchDescriptor

The license from which the download engine receives the content identifier.

Implements

Attributes

Applies to