C# 클래스 Helios.Channels.AbstractChannel.PausableChannelEventLoop

상속: PausableChannelEventExecutor, IEventLoop
파일 보기 프로젝트 열기: helios-io/helios

공개 프로퍼티들

프로퍼티 타입 설명
Unwrapped IEventLoop

Private Properties

프로퍼티 타입 설명
IEventLoop IEventLoop

공개 메소드들

메소드 설명
AcceptNewTasks ( ) : void
PausableChannelEventLoop ( IChannel channel, IEventLoop unwrapped ) : System
RegisterAsync ( IChannel c ) : System.Threading.Tasks.Task
RejectNewTasks ( ) : void
Unwrap ( ) : IEventExecutor

비공개 메소드들

메소드 설명
IEventLoop ( ) : IEventLoop

메소드 상세

AcceptNewTasks() 공개 메소드

public AcceptNewTasks ( ) : void
리턴 void

PausableChannelEventLoop() 공개 메소드

public PausableChannelEventLoop ( IChannel channel, IEventLoop unwrapped ) : System
channel IChannel
unwrapped IEventLoop
리턴 System

RegisterAsync() 공개 메소드

public RegisterAsync ( IChannel c ) : System.Threading.Tasks.Task
c IChannel
리턴 System.Threading.Tasks.Task

RejectNewTasks() 공개 메소드

public RejectNewTasks ( ) : void
리턴 void

Unwrap() 공개 메소드

public Unwrap ( ) : IEventExecutor
리턴 IEventExecutor

프로퍼티 상세

Unwrapped 공개적으로 프로퍼티

public IEventLoop Unwrapped
리턴 IEventLoop