Search Results for

    Show / Hide Table of Contents

    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.

    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.24.3