ITraceManager Interface

 

Represents a performance tracing class to log method entry/exit and duration.

Namespace:   System.Web.Http.Tracing
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

public interface ITraceManager
public interface class ITraceManager
type ITraceManager = interface end
Public Interface ITraceManager

Methods

Name Description
System_CAPS_pubmethod Initialize(HttpConfiguration)

Initializes the ITraceManager class with a specified configuration.

See Also

System.Web.Http.Tracing Namespace

Return to top