C-DEngine 5.105

IBaseEngine..::..ProcessMessage Method

Overload List


  Name Description
Public method ProcessMessage(TSM)
Quick shortcut for the plugin-service or the application host to process a TSM localy. The Topic parameter of the TheProcessMessage will be automatically set to the ENG parameter of the TSM If the application is scoped, the message will be automatically scoped with the internal ScopeID
Public method ProcessMessage(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.