Show / Hide Table of Contents

    Interface IMessageWithSource

    Exposes a Source property referencing the object that generated the message.

    Namespace: Silverback.Messaging.Messages
    Assembly: Silverback.Core.dll
    Syntax
    public interface IMessageWithSource

    Properties

    | Improve this doc View source

    Source

    Gets or sets the reference to the object that generated the message.

    Declaration
    object? Source { get; set; }
    Property Value
    Type Description
    object
    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini