Share via


NetTracingContext Class

Class that allows to wrap all tracing api calls into a scope. The output listener will stamp each trace with a LogicalOperation.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Diagnostics
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
Public Class NetTracingContext _
    Implements IDisposable
'Usage
Dim instance As NetTracingContext
public class NetTracingContext : IDisposable
public ref class NetTracingContext : IDisposable

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Commerce.Runtime.Diagnostics.NetTracingContext

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

Microsoft.Dynamics.Commerce.Runtime.Diagnostics Namespace