ICDESniffer..::..UnregisterFoundDevice Method
Unregister a callback if a new device was found
Namespace:
nsCDEngine.Discovery.DeviceSearchAssembly: C-DEngine (in C-DEngine.dll)
Syntax
void UnregisterFoundDevice( Action<TheUPnPDeviceInfo> pInfo )
Sub UnregisterFoundDevice ( _ pInfo As Action(Of TheUPnPDeviceInfo) _ )
void UnregisterFoundDevice( Action<TheUPnPDeviceInfo^>^ pInfo )
Parameters
- pInfo
- Type: Action<(Of <(<'TheUPnPDeviceInfo>)>)>