Creates a new instance of a device notifier class.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public static IDeviceNotifier OpenDeviceNotifier()
Public Shared Function OpenDeviceNotifier As IDeviceNotifier
public: static IDeviceNotifier^ OpenDeviceNotifier()
Return Value
A WindowsDeviceNotifier under windows and a LinuxDeviceNotifier under linux.