This page was last edited on June 27, 2017, at 20:21.
Comments or questions about this documentation? Contact us for support!
Mnemonic | ID | Flag | Short Description | Log Name | Long Description |
---|---|---|---|---|---|
CFGTMNoTraceMode | 0 | 0 | 'Unknown Trace Mode' | Unknown | The value of corresponding parameter has not changed |
CFGTMNone | 1 | 0 | 'Trace Is Turned Off' | TraceIsTurnedOff | Trace is turned off |
CFGTMLocal | 2 | 0 | 'Trace On Client Side' | TraceOnClientSite | A trace on client side only |
CFGTMRemote | 3 | 0 | 'Trace On Server Side' | TraceOnServerSite | A trace on server side only |
CFGTMBoth | 4 | 0 | 'Trace On Both Sides' | TraceOnBothSites | A trace on both client and Server sides |
TM in every enumeration value stands to stress the fact it belongs to CfgTraceMode enumeration.
The CfgTraceMode specifies the connection trace mode that is used between client and server.