Show / Hide Table of Contents

    Class ObserverDto

    Inheritance
    System.Object
    ObserverDto
    Implements
    IObserverDto<ProtocolMessage>
    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.Dto
    Assembly: Catalyst.Core.Lib.dll
    Syntax
    public sealed class ObserverDto : IObserverDto<ProtocolMessage>

    Constructors

    | Improve this Doc View Source

    ObserverDto(IChannelHandlerContext, ProtocolMessage)

    Declaration
    public ObserverDto(IChannelHandlerContext context, ProtocolMessage message)
    Parameters
    Type Name Description
    IChannelHandlerContext context
    ProtocolMessage message

    Properties

    | Improve this Doc View Source

    Context

    Declaration
    public IChannelHandlerContext Context { get; }
    Property Value
    Type Description
    IChannelHandlerContext
    | Improve this Doc View Source

    Payload

    Declaration
    public ProtocolMessage Payload { get; }
    Property Value
    Type Description
    ProtocolMessage

    Implements

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