Interface IDataStoreStatusProvider
Namespace: LaunchDarkly .Sdk.Server.Interfaces
Assembly: LaunchDarkly.ServerSdk.dll
Syntax
public interface IDataStoreStatusProvider
Properties
Status
Declaration
DataStoreStatus Status { get; }
Property Value
Type | Description |
---|---|
Data |
StatusMonitoringEnabled
Declaration
bool StatusMonitoringEnabled { get; }
Property Value
Type | Description |
---|---|
bool |
Events
StatusChanged
Declaration
event EventHandler<DataStoreStatus> StatusChanged
Event Type
Type | Description |
---|---|
Event |