C# Class wmib.StorageWriter

StorageWriter
Mostra file Open project: benapetr/wikimedia-bot Class Usage Examples

Public Properties

Property Type Description
IsRunning bool

Public Methods

Method Description
Exec ( ) : void

Thread

InsertLine ( string File, string Text, bool Delayed = true ) : void

Insert a line to storage writer

Private Methods

Method Description
Write ( STI item ) : bool
WriteData ( ) : void

Method Details

Exec() public static method

Thread
public static Exec ( ) : void
return void

InsertLine() public static method

Insert a line to storage writer
public static InsertLine ( string File, string Text, bool Delayed = true ) : void
File string
Text string
Delayed bool
return void

Property Details

IsRunning public_oe static_oe property

Whether storage is running
public static bool IsRunning
return bool