Class FlagChangeEvent
A parameter class used with FlagChanged.
Inheritance
System.Object
FlagChangeEvent
Namespace: LaunchDarkly.Sdk.Server.Interfaces
Assembly: LaunchDarkly.ServerSdk.dll
Syntax
public sealed class FlagChangeEvent : ValueType
Remarks
This is not an analytics event to be sent to LaunchDarkly; it is a notification to the application.
Constructors
FlagChangeEvent(String)
Constructs a new instance.
Declaration
public FlagChangeEvent(string key)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | the key of the feature flag whose configuration has changed |
Properties
Key
The key of the feature flag whose configuration has changed.
Declaration
public string Key { get; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
The specified flag may have been modified directly, or this may be an indirect change due to a change in some other flag that is a prerequisite for this flag, or a user segment that is referenced in the flag's rules.