TheThingRegistry..::..UnregisterEventOfDeviceType Method
Helper Function that allows to unregister a callback previously registered with RegisterEventOfDeviceType
Namespace:
nsCDEngine.Engines.ThingServiceAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public static void UnregisterEventOfDeviceType( string pEngineName, string pDeviceType, string pEventName, bool AllowRemoteThings, Action<ICDEThing, Object> pCallBack )