Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

struct System.​Diagnostics.​ActivityEvent

Assembly: System.Diagnostics.DiagnosticSource

Represents an event containing a name and a timestamp, as well as an optional list of tags.

Properties

public string
Name
Gets the activity event name.
Timestamp
Gets the activity event timestamp.
Gets the collection of tags associated with the event.

Methods

public Enumerator<​Collections.​Generic.​KeyValuePair<​string, object>>
EnumerateTagObjects​()
Enumerate the tags attached to this <see cref="T:System.Diagnostics.ActivityEvent" /> object.
Returns <see cref="T:System.Diagnostics.Activity.Enumerator`1" /> .
public bool
Equals​(object obj)
Inherited from ValueType
public int
GetHashCode​()
Inherited from ValueType
public string
ToString​()
Inherited from ValueType
protected void
Finalize​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object