TheProcessMessage Members
The TheProcessMessage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TheProcessMessage()()()() |
Creates a default Process Message with empty Topic and Empty Message
|
|
TheProcessMessage(TheClientInfo) |
Creates a new TheProcessMessage from TheClientInfo - mainly used for local TPM processing
|
|
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
|
|
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 | |
---|---|---|
Equals(System.Object) | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
ClientInfo |
new in 4.2: contains the complete ClientInfo of an incoming request
|
|
Cookie |
NEWV4: Allows to add a cookie object to the TPM
|
|
CurrentUserID |
ID of the Current user associated with this Message
|
|
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
|
|
Message |
The Message received
|
|
Topic |
Publication Topic. Most plugins use the Plugin-Service ClassName
|