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 |