IFeatureCookie Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides O(1) read only view on the state of the feature in the IFeatureService that created this IFeatureCookie. Also exposes an event that provides notification when the state of the feature changes.
public interface class IFeatureCookie
public interface IFeatureCookie
type IFeatureCookie = interface
Public Interface IFeatureCookie
Properties
FeatureName |
Name of the tracked feature. |
IsEnabled |
Up to date state of the feature. |
Events
StateChanged |
Provides notification when IsEnabled value changes. |