Interface IDatabaseMonitoring
Configuration for monitoring the databases.
Namespace: Gossip.Configuration
Assembly: Gossip.dll
Syntax
public interface IDatabaseMonitoring
Properties
| Improve this Doc View SourceCancellationToken
Cancellation token
Declaration
CancellationToken CancellationToken { get; }
Property Value
| Type | Description |
|---|---|
| CancellationToken |
Interval
How frequently to run the monitor
Declaration
TimeSpan Interval { get; }
Property Value
| Type | Description |
|---|---|
| TimeSpan |
IsEnabled
Whether the monitoring is active
Declaration
bool IsEnabled { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |