C-DEngine 5.105

ICDEThing..::..HandleMessage Method

This is the main message Handler of TheThing. All incoming messages directed at this thing will be routed through this handler

Namespace:  nsCDEngine.Engines.ThingService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


void HandleMessage(
	ICDEThing sender,
	Object pMsg
)
Sub HandleMessage ( _
	sender As ICDEThing, _
	pMsg As Object _
)
void HandleMessage(
	ICDEThing^ sender, 
	Object^ pMsg
)