C# 클래스 Tornado.ioloop._Select

상속: ISocketImpl
파일 보기 프로젝트 열기: swax/Tornado.Net

공개 프로퍼티들

프로퍼티 타입 설명
error_fds List
read_fds List
write_fds List

공개 메소드들

메소드 설명
modify ( Socket sock, int fd, int events ) : void
poll ( double timeout ) : int>.Dictionary
register ( Socket sock, int fd_, int events ) : void
unregister ( int fd ) : void

메소드 상세

modify() 공개 메소드

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

poll() 공개 메소드

public poll ( double timeout ) : int>.Dictionary
timeout double
리턴 int>.Dictionary

register() 공개 메소드

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

unregister() 공개 메소드

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

프로퍼티 상세

error_fds 공개적으로 프로퍼티

public List error_fds
리턴 List

read_fds 공개적으로 프로퍼티

public List read_fds
리턴 List

write_fds 공개적으로 프로퍼티

public List write_fds
리턴 List