Enum TraceKind
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.