C-DEngine 5.105

TheProcessMessage Members

The TheProcessMessage type exposes the following members.

Constructors


  Name Description
Public method TheProcessMessage()()()()
Creates a default Process Message with empty Topic and Empty Message
Public method TheProcessMessage(TheClientInfo)
Creates a new TheProcessMessage from TheClientInfo - mainly used for local TPM processing
Public method TheProcessMessage(TSM)
Creates a ProcessMessage with the giving TSM as the Message The Topic will be generated automatically using a scoped version of the pMessage.ENG
Public method TheProcessMessage(TSM, Action<(Of <<'(TSM>)>>))
Creates a ProcessMessage with the giving TSM as the Message The Topic will be generated automatically using a scoped version of the pMessage.ENG

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties


  Name Description
Public property ClientInfo
new in 4.2: contains the complete ClientInfo of an incoming request
Public property Cookie
NEWV4: Allows to add a cookie object to the TPM
Public property CurrentUserID
ID of the Current user associated with this Message
Public property LocalCallback
If this message was called from a hosting application, this host can specify a callback to be called on completion of the message processing
Public property Message
The Message received
Public property Topic
Publication Topic. Most plugins use the Plugin-Service ClassName