Search Results for

    Show / Hide Table of Contents

    Interface IDatabaseMonitorReport

    The monitor's report for the last interval

    Namespace: Gossip.Monitoring
    Assembly: Gossip.dll
    Syntax
    public interface IDatabaseMonitorReport

    Properties

    | Improve this Doc View Source

    ConnectionDetails

    A list of potential connections, in order of priority.

    Declaration
    IEnumerable<IConnectionDetails> ConnectionDetails { get; }
    Property Value
    Type Description
    IEnumerable<IConnectionDetails>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX