Share via


NoOperationDebugContext Class

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Represents a stub, empty, or no-operation debug context.

Namespace:  Microsoft.CommerceServer.Runtime.Diagnostics
Assembly:  Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class NoOperationDebugContext _
    Inherits DebugContext
'Usage
Dim instance As NoOperationDebugContext
[SerializableAttribute]
public class NoOperationDebugContext : DebugContext
[SerializableAttribute]
public ref class NoOperationDebugContext : public DebugContext
public class NoOperationDebugContext extends DebugContext

Remarks

The methods in this class do nothing.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Runtime.Diagnostics..::.DebugContext
    Microsoft.CommerceServer.Runtime.Diagnostics..::.NoOperationDebugContext

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

NoOperationDebugContext Members

Microsoft.CommerceServer.Runtime.Diagnostics Namespace