LaunchDarkly Dotnet Client SDK
Search Results for

    Show / Hide Table of Contents

    Class CommentReceivedEventArgs

    Provides data recieved in the EventSource CommentReceived event.

    Inheritance
    object
    EventArgs
    CommentReceivedEventArgs
    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 CommentReceivedEventArgs : EventArgs

    Constructors

    CommentReceivedEventArgs(string)

    Initializes a new instance of the CommentReceivedEventArgs class.

    Declaration
    public CommentReceivedEventArgs(string comment)
    Parameters
    Type Name Description
    string comment

    The comment received in the Server Sent Event.

    Properties

    Comment

    Gets the comment received in the Server Sent Event.

    Declaration
    public string Comment { get; }
    Property Value
    Type Description
    string

    The comment.

    See Also

    EventArgs
    In this article
    Back to top Generated by DocFX