C# 클래스 WikiFunctions.DBScanner.MainProcess

파일 보기 프로젝트 열기: reedy/AutoWikiBrowser 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Message bool
OutputQueue CrossThreadQueue
Run bool

공개 메소드들

메소드 설명
MainProcess ( List z, string filename, ThreadPriority tp, bool ignoreComments ) : System
MainProcess ( List z, string filename, ThreadPriority tp, bool ignoreComments, string startFrom ) : System
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
Process ( ) : void
ReadArticle ( XmlReader reader ) : ArticleInfo

Reads a page from the reader, returns ArticleInfo or null if EOF

ScanArticle ( ArticleInfo ai ) : void
SecondaryThread ( ) : void
Stopped ( object o ) : void

메소드 상세

MainProcess() 공개 메소드

public MainProcess ( List z, string filename, ThreadPriority tp, bool ignoreComments ) : System
z List
filename string
tp ThreadPriority
ignoreComments bool
리턴 System

MainProcess() 공개 메소드

public MainProcess ( List z, string filename, ThreadPriority tp, bool ignoreComments, string startFrom ) : System
z List
filename string
tp ThreadPriority
ignoreComments bool
startFrom string
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

프로퍼티 상세

Message 공개적으로 프로퍼티

public bool Message
리턴 bool

OutputQueue 공개적으로 프로퍼티

public CrossThreadQueue OutputQueue
리턴 CrossThreadQueue

Run 공개적으로 프로퍼티

public bool Run
리턴 bool