Show / Hide Table of Contents

    Class CorrelatableMessage<T>

    Inheritance
    System.Object
    CorrelatableMessage<T>
    Implements
    ICorrelatableMessage<T>
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Catalyst.Core.Lib.IO.Messaging.Correlation
    Assembly: Catalyst.Core.Lib.dll
    Syntax
    public sealed class CorrelatableMessage<T> : ICorrelatableMessage<T> where T : IMessage
    Type Parameters
    Name Description
    T

    Properties

    | Improve this Doc View Source

    Content

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

    Recipient

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

    SentAt

    Declaration
    public DateTimeOffset SentAt { get; set; }
    Property Value
    Type Description
    System.DateTimeOffset

    Implements

    ICorrelatableMessage<T>
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network