ITraceManager Interface

.NET Framework 4.5

Represents an interface that provides properties to trace code execution.

Namespace:  Microsoft.AspNet.SignalR.Tracing
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public interface class ITraceManager

The ITraceManager type exposes the following members.

  NameDescription
Public propertyItemGets the TraceSource with the specified name for the source.
Public propertySwitchGets the switch that controls the tracing of code execution and debugging output.
Top
Show: