Table of Contents

Enum TraceKind

Namespace
System.Web.Http.Tracing
Assembly
System.Web.Http.dll

Specifies the kind of tracing operation.

public enum TraceKind

Fields

Begin = 1

Trace marking the beginning of some operation.

End = 2

Trace marking the end of some operation.

Trace = 0

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