Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Specifies the possible DebugMode settings.
Namespace: Microsoft.CommerceServer.Runtime.Diagnostics
Assembly: Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)
Syntax
'Declaration
Public Enumeration DebugMode
'Usage
Dim instance As DebugMode
public enum DebugMode
public enum class DebugMode
public enum DebugMode
Members
| Member name | Description | |
|---|---|---|
| Production | In production mode, no special checks are made, only some level of tracing is provided. | |
| Debug | In debug mode, some special checks are made, but not those that are resource or time intensive. | |
| Checked | Checked mode is a superset of debug mode and indicates that special time or resource intensive checks should be made. |
Remarks
An enumeration that indicates the current debug mode.