C# 클래스 Tornado.ioloop.IOLoop

파일 보기 프로젝트 열기: swax/Tornado.Net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
callbacks List

공개 메소드들

메소드 설명
IOLoop ( ISocketImpl impl = null ) : System
add_callback ( System.Action callback ) : void
add_handler ( Socket sock, int fd, int>.Action handler, int events ) : void
initialized ( ) : bool
install ( ) : void
instance ( ) : IOLoop
remove_handler ( int fd ) : void
start ( ) : void
update_handler ( Socket sock, int fd, int events ) : void

비공개 메소드들

메소드 설명
_run_callback ( System.Action callback ) : void
handle_callback_exception ( System.Action callback, Exception ex ) : void

메소드 상세

IOLoop() 공개 메소드

public IOLoop ( ISocketImpl impl = null ) : System
impl ISocketImpl
리턴 System

add_callback() 공개 메소드

public add_callback ( System.Action callback ) : void
callback System.Action
리턴 void

add_handler() 공개 메소드

public add_handler ( Socket sock, int fd, int>.Action handler, int events ) : void
sock System.Net.Sockets.Socket
fd int
handler int>.Action
events int
리턴 void

initialized() 공개 정적인 메소드

public static initialized ( ) : bool
리턴 bool

install() 공개 메소드

public install ( ) : void
리턴 void

instance() 공개 정적인 메소드

public static instance ( ) : IOLoop
리턴 IOLoop

remove_handler() 공개 메소드

public remove_handler ( int fd ) : void
fd int
리턴 void

start() 공개 메소드

public start ( ) : void
리턴 void

update_handler() 공개 메소드

public update_handler ( Socket sock, int fd, int events ) : void
sock System.Net.Sockets.Socket
fd int
events int
리턴 void

프로퍼티 상세

callbacks 공개적으로 프로퍼티

public List callbacks
리턴 List