Class CommentReceivedEventArgs
Provides data recieved in the EventSource CommentReceived event.
Inherited Members
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.  |