LaunchDarkly Dotnet Server SDK
Search Results for

    Show / Hide Table of Contents

    Struct FlagChangeEvent

    A parameter class used with FlagChanged.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: LaunchDarkly.Sdk.Server.Interfaces
    Assembly: LaunchDarkly.ServerSdk.dll
    Syntax
    public struct FlagChangeEvent
    Remarks

    This is not an analytics event to be sent to LaunchDarkly; it is a notification to the application.

    Constructors

    | Edit this page View Source

    FlagChangeEvent(string)

    Constructs a new instance.

    Declaration
    public FlagChangeEvent(string key)
    Parameters
    Type Name Description
    string key

    the key of the feature flag whose configuration has changed

    Properties

    | Edit this page View Source

    Key

    The key of the feature flag whose configuration has changed.

    Declaration
    public string Key { get; }
    Property Value
    Type Description
    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.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX