LaunchDarkly Dotnet Server SDK
Search Results for

    Show / Hide Table of Contents

    Class CommentReceivedEventArgs

    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)

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

    Properties

    Comment

    Declaration
    public string Comment { get; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX