C# Class SourceLog.Interface.Plugin

Inheritance: IPlugin
Afficher le fichier Open project: tomhunter-gh/SourceLog

Protected Properties

Свойство Type Description
LockObject Object
Timer System.Threading.Timer

Méthodes publiques

Méthode Description
Dispose ( ) : void
Initialise ( ) : void

Méthodes protégées

Méthode Description
CheckForNewLogEntriesImpl ( ) : void
OnLogProviderException ( PluginExceptionEventArgs e ) : void
OnNewLogEntry ( NewLogEntryEventArgs e ) : void

Private Methods

Méthode Description
CheckForNewLogEntries ( object state ) : void

Method Details

CheckForNewLogEntriesImpl() protected méthode

protected CheckForNewLogEntriesImpl ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Initialise() public méthode

public Initialise ( ) : void
Résultat void

OnLogProviderException() protected méthode

protected OnLogProviderException ( PluginExceptionEventArgs e ) : void
e PluginExceptionEventArgs
Résultat void

OnNewLogEntry() protected méthode

protected OnNewLogEntry ( NewLogEntryEventArgs e ) : void
e NewLogEntryEventArgs
Résultat void

Property Details

LockObject protected_oe property

protected Object LockObject
Résultat Object

Timer protected_oe property

protected Timer,System.Threading Timer
Résultat System.Threading.Timer