C# Class WvEventer, versaplex

Inheritance: IWvEventer
Datei anzeigen Open project: apenwarr/versaplex

Public Methods

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

public WvEventer ( ) : System
return System

addpending() public method

public addpending ( Object cookie, Action a ) : void
cookie Object
a Action
return void

addtimeout() public method

public addtimeout ( Object cookie, DateTime t, Action a ) : void
cookie Object
t DateTime
a Action
return void

delpending() public method

public delpending ( Object cookie ) : void
cookie Object
return void

deltimeout() public method

public deltimeout ( Object cookie ) : void
cookie Object
return void

onreadable() public method

public onreadable ( Socket s, Action a ) : void
s Socket
a Action
return void

onwritable() public method

public onwritable ( Socket s, Action a ) : void
s Socket
a Action
return void

runonce() public method

public runonce ( ) : void
return void

runonce() public method

public runonce ( int msec_timeout ) : void
msec_timeout int
return void