Show / Hide Table of Contents

    Class FlushPipelineHandler<T>

    Inheritance
    System.Object
    OutboundChannelHandlerBase<T>
    FlushPipelineHandler<T>
    Inherited Members
    OutboundChannelHandlerBase<T>.WriteAsync(IChannelHandlerContext, Object)
    Namespace: Catalyst.Core.Lib.IO.Handlers
    Assembly: Catalyst.Core.Lib.dll
    Syntax
    public sealed class FlushPipelineHandler<T> : OutboundChannelHandlerBase<T>
    Type Parameters
    Name Description
    T

    Methods

    | Improve this Doc View Source

    WriteAsync0(IChannelHandlerContext, T)

    Declaration
    protected override Task WriteAsync0(IChannelHandlerContext ctx, T msg)
    Parameters
    Type Name Description
    IChannelHandlerContext ctx
    T msg
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    Catalyst.Core.Lib.IO.Handlers.OutboundChannelHandlerBase<T>.WriteAsync0(IChannelHandlerContext, T)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network