C# 클래스 LogViewer.Poller

상속: LogFileReaderBase
파일 보기 프로젝트 열기: Lundalogik/log4net-logviewer

공개 메소드들

메소드 설명
Dispose ( ) : void
Init ( ) : void
Poller ( FileWithPosition file, long duration, LogEntryParser parser = null, IInvoker invoker = null ) : System

비공개 메소드들

메소드 설명
PollFile ( Object stateInfo ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Init() 공개 메소드

public Init ( ) : void
리턴 void

Poller() 공개 메소드

public Poller ( FileWithPosition file, long duration, LogEntryParser parser = null, IInvoker invoker = null ) : System
file FileWithPosition
duration long
parser LogEntryParser
invoker IInvoker
리턴 System