C# Class WoWHeadParser.Worker

Inheritance: IDisposable
Afficher le fichier Open project: Lordron/WoWHead-data-parser Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Reset ( ) : void
SetValue ( ParserValue value ) : void
Start ( ) : void
Stop ( ) : void
ToString ( ) : string
Worker ( ParsingType type, WoWHeadParser.PageParser parser, EventHandler onPageDownloadingComplete = null ) : System

Private Methods

Méthode Description
Process ( uint id ) : bool
RespCallback ( IAsyncResult iar ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

SetValue() public méthode

public SetValue ( ParserValue value ) : void
value ParserValue
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Worker() public méthode

public Worker ( ParsingType type, WoWHeadParser.PageParser parser, EventHandler onPageDownloadingComplete = null ) : System
type ParsingType
parser WoWHeadParser.PageParser
onPageDownloadingComplete EventHandler
Résultat System