C-DEngine 5.105

IBaseEngine..::..ProcessMessage Method (TheProcessMessage)

Quick shortcut for the plugin-service or the application host to process a TSM localy. If the application is scoped, the message will be automatically scoped with the internal ScopeID Additionally a local callback can be specified in TheProcessMessage that will be called when processing is done The returning TSM in the callback is not necessarily the same as the incoming TSM. This can be overwritten by the plugin-service during processing.

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

Syntax


void ProcessMessage(
	TheProcessMessage pMessage
)
Sub ProcessMessage ( _
	pMessage As TheProcessMessage _
)
void ProcessMessage(
	TheProcessMessage^ pMessage
)

Parameters

pMessage
Type: nsCDEngine.ViewModels..::..TheProcessMessage
TheProcess Message to be processed by the plugin-service