C-DEngine 5.105

TheThing..::..HandleMessage Method

All messages sent to TheThing will routed through this message handler The handle Message of TheBaseThing will be excuted SYNCHRON

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

Syntax


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

Parameters

sender
Type: nsCDEngine.Engines.ThingService..::..ICDEThing
Sender of the message handle request
pMsg
Type: Object
The detailed incoming message