C# Class Helios.Channels.DefaultChannelHandlerInvoker.WriteTask

Inheritance: IRunnable
Mostra file Open project: helios-io/helios

Public Methods

Method Description
NewInstance ( IChannelHandlerContext ctx, object msg, TaskCompletionSource promise ) : WriteTask
Run ( ) : void
WriteTask ( PoolHandle handle ) : System

Method Details

NewInstance() public static method

public static NewInstance ( IChannelHandlerContext ctx, object msg, TaskCompletionSource promise ) : WriteTask
ctx IChannelHandlerContext
msg object
promise TaskCompletionSource
return WriteTask

Run() public method

public Run ( ) : void
return void

WriteTask() public method

public WriteTask ( PoolHandle handle ) : System
handle PoolHandle
return System