Interface IDiagnosticsProvider
Interface for a component that provides diagnostic information.
Namespace: FM.LiveSwitch.Diagnostics
Assembly: FM.LiveSwitch.dll
Syntax
public interface IDiagnosticsProvider
Properties
ComponentName
Gets the Component Name of the Provider.
Declaration
string ComponentName { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetDiagnostics()
Gets the diagnostic data for this component.
Declaration
DiagnosticsData GetDiagnostics()
Returns
Type | Description |
---|---|
DiagnosticsData | A DiagnosticsData object containing the component's diagnostic information. |