ActivityKind
Describes the relationship between the activity, its parents and its children in a trace.
namespace System.Diagnostics
{
public enum ActivityKind
{
Internal,
Server,
Client,
Producer,
Consumer
}
}