C# Class wmib.StorageWriter

StorageWriter
Afficher le fichier Open project: benapetr/wikimedia-bot Class Usage Examples

Méthodes publiques

Свойство Type Description
IsRunning bool

Méthodes publiques

Méthode Description
Exec ( ) : void

Thread

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

Insert a line to storage writer

Private Methods

Méthode Description
Write ( STI item ) : bool
WriteData ( ) : void

Method Details

Exec() public static méthode

Thread
public static Exec ( ) : void
Résultat void

InsertLine() public static méthode

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

Property Details

IsRunning public_oe static_oe property

Whether storage is running
public static bool IsRunning
Résultat bool