.NET API
AgentSourceDiagnostic
Namespace Tracon · Assembly
Tracon.Abstractions.dllDescribes one agent source registered in the catalog.
public sealed record AgentSourceDiagnostic : IEquatable<AgentSourceDiagnostic>Inheritance
Section titled “Inheritance”object ← AgentSourceDiagnostic
Implements
Section titled “Implements”IEquatable<AgentSourceDiagnostic>
Inherited Members
Section titled “Inherited Members”object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Section titled “Constructors”AgentSourceDiagnostic()
Section titled “ AgentSourceDiagnostic()”public AgentSourceDiagnostic()Properties
Section titled “Properties”Implementation
Section titled “ Implementation”Gets the implementation type name.
public required string Implementation { get; init; }Property Value
Section titled “Property Value”Gets the source name.
public required string Name { get; init; }Property Value
Section titled “Property Value”Priority
Section titled “ Priority”Gets the source priority.
public required int Priority { get; init; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Equals(object?)
Section titled “ Equals(object?)”public override bool Equals(object? obj)Parameters
Section titled “Parameters”obj object?
Returns
Section titled “Returns”Equals(AgentSourceDiagnostic?)
Section titled “ Equals(AgentSourceDiagnostic?)”public bool Equals(AgentSourceDiagnostic? other)Parameters
Section titled “Parameters”other AgentSourceDiagnostic?
Returns
Section titled “Returns”GetHashCode()
Section titled “ GetHashCode()”public override int GetHashCode()Returns
Section titled “Returns”ToString()
Section titled “ ToString()”public override string ToString()Returns
Section titled “Returns”Operators
Section titled “Operators”operator ==(AgentSourceDiagnostic?, AgentSourceDiagnostic?)
Section titled “ operator ==(AgentSourceDiagnostic?, AgentSourceDiagnostic?)”public static bool operator ==(AgentSourceDiagnostic? left, AgentSourceDiagnostic? right)Parameters
Section titled “Parameters”left AgentSourceDiagnostic?
right AgentSourceDiagnostic?
Returns
Section titled “Returns”operator !=(AgentSourceDiagnostic?, AgentSourceDiagnostic?)
Section titled “ operator !=(AgentSourceDiagnostic?, AgentSourceDiagnostic?)”public static bool operator !=(AgentSourceDiagnostic? left, AgentSourceDiagnostic? right)Parameters
Section titled “Parameters”left AgentSourceDiagnostic?
right AgentSourceDiagnostic?