C# Class SourceLog.Interface.Plugin

Inheritance: IPlugin
ファイルを表示 Open project: tomhunter-gh/SourceLog

Protected Properties

Property Type Description
LockObject Object
Timer System.Threading.Timer

Public Methods

Method Description
Dispose ( ) : void
Initialise ( ) : void

Protected Methods

Method Description
CheckForNewLogEntriesImpl ( ) : void
OnLogProviderException ( PluginExceptionEventArgs e ) : void
OnNewLogEntry ( NewLogEntryEventArgs e ) : void

Private Methods

Method Description
CheckForNewLogEntries ( object state ) : void

Method Details

CheckForNewLogEntriesImpl() protected method

protected CheckForNewLogEntriesImpl ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Initialise() public method

public Initialise ( ) : void
return void

OnLogProviderException() protected method

protected OnLogProviderException ( PluginExceptionEventArgs e ) : void
e PluginExceptionEventArgs
return void

OnNewLogEntry() protected method

protected OnNewLogEntry ( NewLogEntryEventArgs e ) : void
e NewLogEntryEventArgs
return void

Property Details

LockObject protected_oe property

protected Object LockObject
return Object

Timer protected_oe property

protected Timer,System.Threading Timer
return System.Threading.Timer