C# 클래스 SourceLog.Interface.Plugin

상속: IPlugin
파일 보기 프로젝트 열기: tomhunter-gh/SourceLog

보호된 프로퍼티들

프로퍼티 타입 설명
LockObject Object
Timer System.Threading.Timer

공개 메소드들

메소드 설명
Dispose ( ) : void
Initialise ( ) : void

보호된 메소드들

메소드 설명
CheckForNewLogEntriesImpl ( ) : void
OnLogProviderException ( PluginExceptionEventArgs e ) : void
OnNewLogEntry ( NewLogEntryEventArgs e ) : void

비공개 메소드들

메소드 설명
CheckForNewLogEntries ( object state ) : void

메소드 상세

CheckForNewLogEntriesImpl() 보호된 메소드

protected CheckForNewLogEntriesImpl ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Initialise() 공개 메소드

public Initialise ( ) : void
리턴 void

OnLogProviderException() 보호된 메소드

protected OnLogProviderException ( PluginExceptionEventArgs e ) : void
e PluginExceptionEventArgs
리턴 void

OnNewLogEntry() 보호된 메소드

protected OnNewLogEntry ( NewLogEntryEventArgs e ) : void
e NewLogEntryEventArgs
리턴 void

프로퍼티 상세

LockObject 보호되어 있는 프로퍼티

protected Object LockObject
리턴 Object

Timer 보호되어 있는 프로퍼티

protected Timer,System.Threading Timer
리턴 System.Threading.Timer