Search Results for

    Show / Hide Table of Contents

    Interface IDatabaseMonitoring

    Configuration for monitoring the databases.

    Namespace: Gossip.Configuration
    Assembly: Gossip.dll
    Syntax
    public interface IDatabaseMonitoring

    Properties

    | Improve this Doc View Source

    CancellationToken

    Cancellation token

    Declaration
    CancellationToken CancellationToken { get; }
    Property Value
    Type Description
    CancellationToken
    | Improve this Doc View Source

    Interval

    How frequently to run the monitor

    Declaration
    TimeSpan Interval { get; }
    Property Value
    Type Description
    TimeSpan
    | Improve this Doc View Source

    IsEnabled

    Whether the monitoring is active

    Declaration
    bool IsEnabled { get; }
    Property Value
    Type Description
    Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX