Search Results for

    Show / Hide Table of Contents

    Class DatabaseMonitoring

    Configuration for monitoring the databases.

    Inheritance
    Object
    DatabaseMonitoring
    Implements
    IDatabaseMonitoring
    Namespace: Gossip.Configuration
    Assembly: Gossip.dll
    Syntax
    public class DatabaseMonitoring : object, IDatabaseMonitoring

    Constructors

    | Improve this Doc View Source

    DatabaseMonitoring()

    Initialize a new DatabaseMonitoring instance.

    Declaration
    public DatabaseMonitoring()

    Properties

    | Improve this Doc View Source

    CancellationToken

    Cancellation token

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

    Interval

    How frequently to run the monitor

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

    IsEnabled

    Whether the monitoring is active

    Declaration
    public bool IsEnabled { get; set; }
    Property Value
    Type Description
    Boolean

    Implements

    IDatabaseMonitoring
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX