C# Class CogMon.Agent.SqlSelectTask

SqlSelect task runs an sql select query. Every row returned by the query is treated as a data record Column names should match data field names in the rrd file. If there is a column named 'timestamp' it should contain a timestamp for the record. Otherwise 'now' is assumed.
Inheritance: JobBase
Datei anzeigen Open project: lafar6502/cogmon

Protected Methods

Method Description
Run ( ) : void

Method Details

Run() protected method

protected Run ( ) : void
return void