Show / Hide Table of Contents

    Class BroadcastCleanupHandler

    Inheritance
    System.Object
    InboundChannelHandlerBase<ProtocolMessage>
    BroadcastCleanupHandler
    Inherited Members
    InboundChannelHandlerBase<ProtocolMessage>.Logger
    InboundChannelHandlerBase<ProtocolMessage>.ChannelRead(IChannelHandlerContext, Object)
    Namespace: Catalyst.Core.Lib.IO.Handlers
    Assembly: Catalyst.Core.Lib.dll
    Syntax
    public class BroadcastCleanupHandler : InboundChannelHandlerBase<ProtocolMessage>

    Constructors

    | Improve this Doc View Source

    BroadcastCleanupHandler(IBroadcastManager)

    Declaration
    public BroadcastCleanupHandler(IBroadcastManager broadcastManager)
    Parameters
    Type Name Description
    IBroadcastManager broadcastManager

    Methods

    | Improve this Doc View Source

    ChannelRead0(IChannelHandlerContext, ProtocolMessage)

    Declaration
    protected override void ChannelRead0(IChannelHandlerContext ctx, ProtocolMessage msg)
    Parameters
    Type Name Description
    IChannelHandlerContext ctx
    ProtocolMessage msg
    Overrides
    Catalyst.Core.Lib.IO.Handlers.InboundChannelHandlerBase<ProtocolMessage>.ChannelRead0(IChannelHandlerContext, ProtocolMessage)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network