Class DatabaseMonitoring
Configuration for monitoring the databases.
Implements
Namespace: Gossip.Configuration
Assembly: Gossip.dll
Syntax
public class DatabaseMonitoring : object, IDatabaseMonitoring
Constructors
| Improve this Doc View SourceDatabaseMonitoring()
Initialize a new DatabaseMonitoring instance.
Declaration
public DatabaseMonitoring()
Properties
| Improve this Doc View SourceCancellationToken
Cancellation token
Declaration
public CancellationToken CancellationToken { get; set; }
Property Value
| Type | Description |
|---|---|
| CancellationToken |
Interval
How frequently to run the monitor
Declaration
public TimeSpan Interval { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeSpan |
IsEnabled
Whether the monitoring is active
Declaration
public bool IsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |