C# Class WoWHeadParser.Worker

Inheritance: IDisposable
Mostra file Open project: Lordron/WoWHead-data-parser Class Usage Examples

Public Methods

Method 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

Method Description
Process ( uint id ) : bool
RespCallback ( IAsyncResult iar ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

SetValue() public method

public SetValue ( ParserValue value ) : void
value ParserValue
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Worker() public method

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