C# Class wmib.Terminal

This class open a network console which sysadmins can login to and control the bot
Mostra file Open project: benapetr/wikimedia-bot Class Usage Examples

Public Properties

Property Type Description
SessionList List

Public Methods

Method Description
FormatToSpecSize ( string st, int size ) : string
Init ( ) : void

This will start the console

Private Methods

Method Description
ExecuteThread ( ) : void

Method Details

FormatToSpecSize() public static method

public static FormatToSpecSize ( string st, int size ) : string
st string
size int
return string

Init() public static method

This will start the console
public static Init ( ) : void
return void

Property Details

SessionList public_oe static_oe property

public static List SessionList
return List