C# Class wmib.Terminal

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

Méthodes publiques

Свойство Type Description
SessionList List

Méthodes publiques

Méthode Description
FormatToSpecSize ( string st, int size ) : string
Init ( ) : void

This will start the console

Private Methods

Méthode Description
ExecuteThread ( ) : void

Method Details

FormatToSpecSize() public static méthode

public static FormatToSpecSize ( string st, int size ) : string
st string
size int
Résultat string

Init() public static méthode

This will start the console
public static Init ( ) : void
Résultat void

Property Details

SessionList public_oe static_oe property

public static List SessionList
Résultat List