ActivityEvent Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |