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.
public
DateTimeOffset
Timestamp
Gets the activity event timestamp.
public
Collections.​Generic.​IEnumerable<​Collections.​Generic.​KeyValuePair<​string, object>>
Tags
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" /> .
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object