DiagnosticEvent
struct
Namespace: Orleans.TestingHost.Diagnostics
Represents a captured diagnostic event with its name and payload.
public readonly struct DiagnosticEvent : IEquatable<DiagnosticEvent>Constructors
DiagnosticEvent(string, object?, DateTimeOffset)Represents a captured diagnostic event with its name and payload.
Properties
Methods
Deconstruct(string, object?, DateTimeOffset)Equals(DiagnosticEvent)Indicates whether the current object is equal to another object of the same type.Equals(object)Indicates whether this instance and a specified object are equal.GetHashCodeReturns the hash code for this instance.ToStringReturns the fully qualified type name of this instance.operator ==(DiagnosticEvent, DiagnosticEvent)operator !=(DiagnosticEvent, DiagnosticEvent)
