C# Class WikiFunctions.DBScanner.MainProcess

Datei anzeigen Open project: reedy/AutoWikiBrowser Class Usage Examples

Public Properties

Property Type Description
Message bool
OutputQueue CrossThreadQueue
Run bool

Public Methods

Method 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

Method 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 method

public MainProcess ( List z, string filename, ThreadPriority tp, bool ignoreComments ) : System
z List
filename string
tp ThreadPriority
ignoreComments bool
return System

MainProcess() public method

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

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Property Details

Message public_oe property

public bool Message
return bool

OutputQueue public_oe property

public CrossThreadQueue OutputQueue
return CrossThreadQueue

Run public_oe property

public bool Run
return bool