Skip to content
Microsoft Orleans
Search
Ctrl
K
Cancel
Orleans on GitHub
Orleans on Discord
Select theme
Dark
Light
Auto
API packages
Microsoft.Orleans.TestingHost
Package overview
DiagnosticEvent
Overview
Constructors
Properties
Methods
Orleans on GitHub
Orleans on Discord
Select theme
Dark
Light
Auto
DiagnosticEvent Properties
Documentation
API reference
Microsoft.Orleans.TestingHost
DiagnosticEvent
Properties
Markdown
Represents a captured diagnostic event with its name and payload.
Name
get
init
View source
public
string
Name
The name of the event.
Payload
get
init
View source
public
object
?
Payload
The event payload object.
Timestamp
get
init
View source
public
DateTimeOffset Timestamp
The time the event was captured.