C-DEngine 5.105

ICDESniffer..::..UnregisterDeviceLost Method

unegister a callback that notifies if a device was lost

Namespace:  nsCDEngine.Discovery.DeviceSearch
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


void UnregisterDeviceLost(
	Action<string> pCallBack
)
Sub UnregisterDeviceLost ( _
	pCallBack As Action(Of String) _
)
void UnregisterDeviceLost(
	Action<String^>^ pCallBack
)

Parameters

pCallBack
Type: Action<(Of <(<'String>)>)>