Show / Hide Table of Contents

    Interface ICorrelatableMessage<T>

    Namespace: Catalyst.Abstractions.IO.Messaging.Correlation
    Assembly: Catalyst.Abstractions.dll
    Syntax
    public interface ICorrelatableMessage<T>
    
        where T : IMessage
    Type Parameters
    Name Description
    T

    Properties

    | Improve this Doc View Source

    Content

    Declaration
    T Content { get; set; }
    Property Value
    Type Description
    T
    | Improve this Doc View Source

    Recipient

    Declaration
    PeerId Recipient { get; set; }
    Property Value
    Type Description
    PeerId
    | Improve this Doc View Source

    SentAt

    Declaration
    DateTimeOffset SentAt { get; set; }
    Property Value
    Type Description
    System.DateTimeOffset
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network