Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ActivityEvent Struct
Definition
- Namespace:
- System.Diagnostics
- Assembly:
- System.Diagnostics.DiagnosticSource.dll
- Package:
- System.Diagnostics.DiagnosticSource v11.0.0-preview.5.26302.115
- Source:
- ActivityEvent.cs
- Source:
- ActivityEvent.cs
- Source:
- ActivityEvent.cs
- Source:
- ActivityEvent.cs
- Source:
- ActivityEvent.cs
- Source:
- ActivityEvent.cs
- Source:
- ActivityEvent.cs
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
| Name | Description |
|---|---|
| ActivityEvent(String, DateTimeOffset, ActivityTagsCollection) |
Initializes a new activity event instance using the specified name, timestamp and tags. |
| ActivityEvent(String) |
Initializes a new activity event instance using the specified name and the current time as the event timestamp. |
Properties
| Name | Description |
|---|---|
| Name |
Gets the activity event name. |
| Tags |
Gets the collection of tags associated with the event. |
| Timestamp |
Gets the activity event timestamp. |
Methods
| Name | Description |
|---|---|
| EnumerateTagObjects() |
Enumerate the tags attached to this ActivityEvent object. |
Applies to
Feedback
Was this page helpful?
