Interface IFeatureFlagRegistry
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Features
Assembly: Cephalon.Abstractions.dll
Collects feature flags contributed to the active runtime.
public interface IFeatureFlagRegistryMethods
Section titled “Methods”Add(FeatureFlagDescriptor)
Section titled “ Add(FeatureFlagDescriptor)”Adds a feature-flag descriptor to the current runtime composition.
void Add(FeatureFlagDescriptor featureFlag)Parameters
Section titled “Parameters”featureFlag FeatureFlagDescriptor
The feature-flag descriptor to register.