C# Class WikiFunctions.DBScanner.MainProcess

Afficher le fichier Open project: reedy/AutoWikiBrowser Class Usage Examples

Méthodes publiques

Свойство Type Description
Message bool
OutputQueue CrossThreadQueue
Run bool

Méthodes publiques

Méthode Description
MainProcess ( List z, string filename, ThreadPriority tp, bool ignoreComments ) : System
MainProcess ( List z, string filename, ThreadPriority tp, bool ignoreComments, string startFrom ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
Process ( ) : void
ReadArticle ( XmlReader reader ) : ArticleInfo

Reads a page from the reader, returns ArticleInfo or null if EOF

ScanArticle ( ArticleInfo ai ) : void
SecondaryThread ( ) : void
Stopped ( object o ) : void

Method Details

MainProcess() public méthode

public MainProcess ( List z, string filename, ThreadPriority tp, bool ignoreComments ) : System
z List
filename string
tp ThreadPriority
ignoreComments bool
Résultat System

MainProcess() public méthode

public MainProcess ( List z, string filename, ThreadPriority tp, bool ignoreComments, string startFrom ) : System
z List
filename string
tp ThreadPriority
ignoreComments bool
startFrom string
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

Message public_oe property

public bool Message
Résultat bool

OutputQueue public_oe property

public CrossThreadQueue OutputQueue
Résultat CrossThreadQueue

Run public_oe property

public bool Run
Résultat bool