C# 클래스 WoWHeadParser.Worker

상속: IDisposable
파일 보기 프로젝트 열기: Lordron/WoWHead-data-parser 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Reset ( ) : void
SetValue ( ParserValue value ) : void
Start ( ) : void
Stop ( ) : void
ToString ( ) : string
Worker ( ParsingType type, WoWHeadParser.PageParser parser, EventHandler onPageDownloadingComplete = null ) : System

비공개 메소드들

메소드 설명
Process ( uint id ) : bool
RespCallback ( IAsyncResult iar ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SetValue() 공개 메소드

public SetValue ( ParserValue value ) : void
value ParserValue
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Worker() 공개 메소드

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