C# Class SeoEmpire.Utils.Crawler

Afficher le fichier Open project: akellan/SeoEmpire Class Usage Examples

Méthodes publiques

Свойство Type Description
_qLock object
_qTimerLock object

Méthodes publiques

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

Private Methods

Méthode Description
InvokeDoWork ( object sender, System.Timers.ElapsedEventArgs e ) : void
WorkerDoWork ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

Crawler() public méthode

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

_qLock public_oe static_oe property

public static object _qLock
Résultat object

_qTimerLock public_oe static_oe property

public static object _qTimerLock
Résultat object