Interface IDataSource
Inherited Members
Namespace: LaunchDarkly.Sdk.Server.Subsystems
Assembly: LaunchDarkly.ServerSdk.dll
Syntax
public interface IDataSource : IDisposable
Properties
Initialized
Declaration
bool Initialized { get; }
Property Value
Type | Description |
---|---|
bool |
Methods
Start()
Declaration
Task<bool> Start()
Returns
Type | Description |
---|---|
Task<bool> |