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
'Declaration
Public Interface ITraceManager
'Usage
Dim instance As ITraceManager
public interface ITraceManager
public interface class ITraceManager
type ITraceManager = interface end
public interface ITraceManager
The ITraceManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
Initialize | Initializes the ITraceManager class with a specified configuration. |
Top