TraceKind Enumeration

 

Specifies the kind of tracing operation.

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

public enum class TraceKind

Member nameDescription
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.

Return to top
Show: