C# Class Tornado.ioloop._Select

Inheritance: ISocketImpl
ファイルを表示 Open project: swax/Tornado.Net

Public Properties

Property Type Description
error_fds List
read_fds List
write_fds List

Public Methods

Method Description
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

Method Details

modify() public method

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

poll() public method

public poll ( double timeout ) : int>.Dictionary
timeout double
return int>.Dictionary

register() public method

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

unregister() public method

public unregister ( int fd ) : void
fd int
return void

Property Details

error_fds public_oe property

public List error_fds
return List

read_fds public_oe property

public List read_fds
return List

write_fds public_oe property

public List write_fds
return List