C# Class SeoEmpire.Utils.Crawler

Mostra file Open project: akellan/SeoEmpire Class Usage Examples

Public Properties

Property Type Description
_qLock object
_qTimerLock object

Public Methods

Method Description
Crawler ( Uri firstPage, string baseAddress, Regex nextPage, Regex links, int maxItertaor ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
InvokeDoWork ( object sender, System.Timers.ElapsedEventArgs e ) : void
WorkerDoWork ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

Crawler() public method

public Crawler ( Uri firstPage, string baseAddress, Regex nextPage, Regex links, int maxItertaor ) : System
firstPage System.Uri
baseAddress string
nextPage System.Text.RegularExpressions.Regex
links System.Text.RegularExpressions.Regex
maxItertaor int
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Property Details

_qLock public_oe static_oe property

public static object _qLock
return object

_qTimerLock public_oe static_oe property

public static object _qTimerLock
return object