TraceKind Enumeration

 

Specifies the kind of tracing operation.

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

Syntax

public enum TraceKind
public enum class TraceKind
type TraceKind
Public Enumeration TraceKind

Members

Member name Description
Begin

Trace marking the beginning of some operation.

End

Trace marking the end of some operation.

Trace

Single trace, not part of a Begin/End trace pair.

See Also

System.Web.Http.Tracing Namespace

Return to top