EventTags Enum

Definition

Specifies the tracking of activity start and stop events. You should only use the lower 24 bits. For more information, see EventSourceOptions and Write(String, EventSourceOptions).

This enumeration supports a bitwise combination of its member values.

public enum class EventTags
[System.Flags]
public enum EventTags
[<System.Flags>]
type EventTags = 
Public Enum EventTags
Inheritance
EventTags
Attributes

Fields

None 0

Specifies no tag and is equal to zero.

Applies to