ActivityEvent Struct

Definition

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

public value class ActivityEvent
public readonly struct ActivityEvent
type ActivityEvent = struct
Public Structure ActivityEvent
Inheritance
ActivityEvent

Constructors

ActivityEvent(String)

Initializes a new activity event instance using the specified name and the current time as the event timestamp.

ActivityEvent(String, DateTimeOffset, ActivityTagsCollection)

Initializes a new activity event instance using the specified name, timestamp and tags.

Properties

Name

Gets the activity event name.

Tags

Gets the collection of tags associated with the event.

Timestamp

Gets the activity event timestamp.

Methods

EnumerateTagObjects()

Enumerate the tags attached to this ActivityEvent object.

Applies to