C# Class apophis.SharpIRC.IrcConnection.IrcConnection.WriteThread

Datei anzeigen Open project: FreeApophis/sharpIRC

Public Methods

Method Description
Start ( ) : void

Stop ( ) : void

WriteThread ( IrcConnection connection ) : System

Private Methods

Method Description
_CheckAboveMediumBuffer ( ) : bool
_CheckBelowMediumBuffer ( ) : bool
_CheckBuffer ( ) : void
_CheckHighBuffer ( ) : bool
_CheckLowBuffer ( ) : bool
_CheckMediumBuffer ( ) : bool
_Worker ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

WriteThread() public method

public WriteThread ( IrcConnection connection ) : System
connection IrcConnection
return System