C# Class Netuitive.CollectdWin.ReadWindowsEventsPlugin

Inheritance: ICollectdReadPlugin
Afficher le fichier Open project: Netuitive/collectdwin

Méthodes publiques

Méthode Description
Configure ( ) : void
Read ( ) : IList
ReadWindowsEventsPlugin ( ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
GetEventRecords ( int minLevel, int maxLevel, string logName, string providerName ) : List

Method Details

Configure() public méthode

public Configure ( ) : void
Résultat void

Read() public méthode

public Read ( ) : IList
Résultat IList

ReadWindowsEventsPlugin() public méthode

public ReadWindowsEventsPlugin ( ) : System
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void