Click or drag to resize

DeviceManagerUnregisterDeviceListener Method

This method unregisters an existing device listener for added and removed devices. Do not attempt to register or unregister device listeners within the listener callback.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public static void UnregisterDeviceListener(
	IDeviceNotificationListener listener
)

Parameters

listener
Type: ProScriptIDeviceNotificationListener
listener to unregister
See Also