ICDEThing..::..FireEvent Method
Fires a specific event and calls all registered callbacks
Namespace:
nsCDEngine.Engines.ThingServiceAssembly: C-DEngine (in C-DEngine.dll)
Syntax
Parameters
- pEventName
- Type: String
EventName
- sender
- Type: nsCDEngine.Engines.ThingService..::..ICDEThing
Sender of this Event- Should be in most cases "this"
- parameter
- Type: Object
Parameter as an object. The fire Event can decide on the object type and the callback has to
- FireAsync
- Type: Boolean
if true, the event is fired asynchronously and returns right away