C# Class wmib.Terminal.Session

Inheritance: IDisposable
Afficher le fichier Open project: benapetr/wikimedia-bot

Méthodes publiques

Méthode Description
Dispose ( ) : void
ThreadExec ( object data ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Disconnect ( ) : void
Disconnect ( string text ) : void
Write ( string text ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ThreadExec() public méthode

public ThreadExec ( object data ) : void
data object
Résultat void