IFeatureCookie Interface

Definition

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.

Applies to