LaunchDarkly Dotnet Client SDK
Search Results for

    Show / Hide Table of Contents

    Class StateChangedEventArgs

    Provides data for the state of the EventSource connection.

    Inheritance
    object
    EventArgs
    StateChangedEventArgs
    Inherited Members
    EventArgs.Empty
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LaunchDarkly.EventSource
    Assembly: LaunchDarkly.EventSource.dll
    Syntax
    public class StateChangedEventArgs : EventArgs

    Constructors

    StateChangedEventArgs(ReadyState)

    Initializes a new instance of the StateChangedEventArgs class.

    Declaration
    public StateChangedEventArgs(ReadyState readyState)
    Parameters
    Type Name Description
    ReadyState readyState

    One of the ReadyState values, which represents the state of the EventSource connection.

    Properties

    ReadyState

    Gets the state of the EventSource connection.

    Declaration
    public ReadyState ReadyState { get; }
    Property Value
    Type Description
    ReadyState

    One of the ReadyState values, which represents the state of the EventSource connection.

    See Also

    EventArgs
    In this article
    Back to top Generated by DocFX