C-DEngine 5.105

ICDESniffer..::..UnregisterFoundDevice Method

Unregister a callback if a new device was found

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