C# Class Tornado.ioloop._Select

Inheritance: ISocketImpl
Afficher le fichier Open project: swax/Tornado.Net

Méthodes publiques

Свойство Type Description
error_fds List
read_fds List
write_fds List

Méthodes publiques

Méthode 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 méthode

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

poll() public méthode

public poll ( double timeout ) : int>.Dictionary
timeout double
Résultat int>.Dictionary

register() public méthode

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

unregister() public méthode

public unregister ( int fd ) : void
fd int
Résultat void

Property Details

error_fds public_oe property

public List error_fds
Résultat List

read_fds public_oe property

public List read_fds
Résultat List

write_fds public_oe property

public List write_fds
Résultat List