Class FlushPipelineHandler<T>
Inheritance
System.Object
FlushPipelineHandler<T>
Assembly: Catalyst.Core.Lib.dll
Syntax
public sealed class FlushPipelineHandler<T> : OutboundChannelHandlerBase<T>
Type Parameters
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)