INDDownloadEngine.Notifier Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the download engine notifier that will provide notification of download stream events from the transmitter.
public:
property NDDownloadEngineNotifier ^ Notifier { NDDownloadEngineNotifier ^ get(); };
NDDownloadEngineNotifier Notifier();
/// [get: Windows.Foundation.Metadata.Deprecated("INDDownloadEngine is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
NDDownloadEngineNotifier Notifier();
public NDDownloadEngineNotifier Notifier { get; }
public NDDownloadEngineNotifier Notifier { [Windows.Foundation.Metadata.Deprecated("INDDownloadEngine is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")] get; }
var nDDownloadEngineNotifier = iNDDownloadEngine.notifier;
Public ReadOnly Property Notifier As NDDownloadEngineNotifier
Property Value
A download engine notifier created from the INDDownloadEngineNotifier interface.
- Attributes