Interface ISelectorSource
Interface for a selector source. Selectors are used to identify versioned payloads.
Namespace: LaunchDarkly.Sdk.Server.Subsystems
Assembly: LaunchDarkly.ServerSdk.dll
Syntax
public interface ISelectorSource
Properties
| Edit this page View SourceSelector
Get the current selector.
Declaration
Selector Selector { get; }
Property Value
| Type | Description |
|---|---|
| Selector | the current selector |