LaunchDarkly EventSource for .NET
Search Results for

    Show / Hide Table of Contents

    Class MessageReceivedEventArgs

    The parameter type for a MessageReceived event handler.

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

    Constructors

    | Edit this page View Source

    MessageReceivedEventArgs(MessageEvent)

    Initializes a new instance.

    Declaration
    public MessageReceivedEventArgs(MessageEvent message)
    Parameters
    Type Name Description
    MessageEvent message

    the MessageEvent received from the stream

    Properties

    | Edit this page View Source

    EventName

    Shortcut for getting the Name property of the event.

    Declaration
    public string EventName { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Message

    A MessageEvent representing the event that was received from the SSE stream.

    Declaration
    public MessageEvent Message { get; }
    Property Value
    Type Description
    MessageEvent

    See Also

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