C# Class wmib.Terminal.Session

Inheritance: IDisposable
Show file Open project: benapetr/wikimedia-bot

Public Methods

Method Description
Dispose ( ) : void
ThreadExec ( object data ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Disconnect ( ) : void
Disconnect ( string text ) : void
Write ( string text ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ThreadExec() public method

public ThreadExec ( object data ) : void
data object
return void