C-DEngine 5.105

ICommonDisco..::..RegisterDeviceLost Method

Register a callback for an event that fires when a device is no longer reachable

Namespace:  nsCDEngine.Discovery
Assembly:  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
)

Parameters

pUid
Type: String
CallBack
Type: Action<(Of <(<'TheUPnPDeviceInfo>)>)>