ActivityEvent
Represents an event containing a name and a timestamp, as well as an optional list of tags.
Gets the activity event name.
Gets the collection of tags associated with the event.
Gets the activity event timestamp.
Initializes a new activity event instance using the specified name and the current time as the event timestamp.
public ActivityEvent(string name, DateTimeOffset timestamp = default, ActivityTagsCollection tags = null)
Initializes a new activity event instance using the specified name, timestamp and tags.
Enumerate the tags attached to this ActivityEvent object.