Skip to content

Interface IFeatureFlagRegistry

Namespace: Cephalon.Abstractions.Features
Assembly: Cephalon.Abstractions.dll

Collects feature flags contributed to the active runtime.

public interface IFeatureFlagRegistry

Adds a feature-flag descriptor to the current runtime composition.

void Add(FeatureFlagDescriptor featureFlag)

featureFlag FeatureFlagDescriptor

The feature-flag descriptor to register.