ICommonDisco..::..RegisterDeviceLost Method
Register a callback for an event that fires when a device is no longer reachable
Namespace:
nsCDEngine.DiscoveryAssembly: C-DEngine (in C-DEngine.dll)
Syntax
void RegisterDeviceLost( string pUid, Action<TheUPnPDeviceInfo> CallBack )
Sub RegisterDeviceLost ( _ pUid As String, _ CallBack As Action(Of TheUPnPDeviceInfo) _ )
void RegisterDeviceLost( String^ pUid, Action<TheUPnPDeviceInfo^>^ CallBack )