TheProcessMessage Constructor
Overload List
| 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
    
                       |