Unosquare
    Show / Hide Table of Contents

    Interface IMessageHubMessage

    A Message to be published/delivered by Messenger.

    Namespace: Swan.Messaging
    Syntax
    public interface IMessageHubMessage

    Properties

    Sender

    The sender of the message, or null if not supported by the message implementation.

    Declaration
    object Sender { get; }
    Property Value
    Type Description
    Object

    Comments

    Back to top Copyright © 2017-2019 Unosquare