Skip to content

TrackerType Enum

Definition

An Enum Flag that represents each of the tracker types.

C#
[Flags]
public enum TrackerType

Fields

Event

Event tracker

C#
Event = 1

Exception

Exception Tracker

C#
Exception = 2

Metric

Metric Tracker

C#
Metric = 4

Trace

Trace Tracker

C#
Trace = 8