Enum DataSourceState
An enumeration of possible values for State.
Namespace: LaunchDarkly.Sdk.Server.Interfaces
Assembly: LaunchDarkly.ServerSdk.dll
Syntax
public enum DataSourceState
Fields
| Name | Description |
|---|---|
| Initializing | The initial state of the data source when the SDK is being initialized. |
| Interrupted | Indicates that the data source encountered an error that it will attempt to recover from. |
| Off | Indicates that the data source has been permanently shut down. |
| Valid | Indicates that the data source is currently operational and has not had any problems since the last time it received data. |