C-DEngine 5.105

TSM Constructor

Overload List


  Name Description
Public method TSM()()()()
Creates a new empty TSM - ORG and SID will NOT be set and therefore this is the fastest way to create a TSM (used by the Serializer)
Public method TSM(String, String)
Creates a new TSM with a given Engine and Command Text
Public method TSM(String, String, String)
Creates a new TSM with a given Engine and Command Text and Payload
Public method TSM(String, String, String, Int32)
Creates a new TSM with a given Engine and Command Localizable Text and Payload
Public method TSM(String, String, eMsgLevel, String)
Creates a new TSM with a given Engine and Message Text, Message Level and Payload ATTENTION: Only use this Constructor for WriteToLog() entries. ATTENTION: This constructor does NOT set the SID by default to avoid performance hit for SID creation To change this behavior you have to set "DisableFastTSMs=true" in the App.config
Public method TSM(String, String, eMsgLevel, String, Int32)
Creates a new TSM with a given Engine and Command Text and Payload
Public method TSM(String, String, eMsgLevel, DateTimeOffset, String)
Creates a new TSM with a given Engine and Command Text and Payload
Public method TSM(String, String, eMsgLevel)
Creates a new TSM with a given Engine, Message Text and Message Level. ATTENTION: Only use this Constructor for WriteToLog() entries. ATTENTION: This constructor does NOT set the SID by default to avoid performance hit for SID creation To change this behavior you have to set "DisableFastTSMs=true" in the App.config