C# Class WvEventer, versaplex

Inheritance: IWvEventer
Afficher le fichier Open project: apenwarr/versaplex

Méthodes publiques

Méthode Description
WvEventer ( ) : System
addpending ( Object cookie, Action a ) : void
addtimeout ( Object cookie, DateTime t, Action a ) : void
delpending ( Object cookie ) : void
deltimeout ( Object cookie ) : void
onreadable ( Socket s, Action a ) : void
onwritable ( Socket s, Action a ) : void
runonce ( ) : void
runonce ( int msec_timeout ) : void

Method Details

WvEventer() public méthode

public WvEventer ( ) : System
Résultat System

addpending() public méthode

public addpending ( Object cookie, Action a ) : void
cookie Object
a Action
Résultat void

addtimeout() public méthode

public addtimeout ( Object cookie, DateTime t, Action a ) : void
cookie Object
t DateTime
a Action
Résultat void

delpending() public méthode

public delpending ( Object cookie ) : void
cookie Object
Résultat void

deltimeout() public méthode

public deltimeout ( Object cookie ) : void
cookie Object
Résultat void

onreadable() public méthode

public onreadable ( Socket s, Action a ) : void
s Socket
a Action
Résultat void

onwritable() public méthode

public onwritable ( Socket s, Action a ) : void
s Socket
a Action
Résultat void

runonce() public méthode

public runonce ( ) : void
Résultat void

runonce() public méthode

public runonce ( int msec_timeout ) : void
msec_timeout int
Résultat void