Свойство | Тип | Описание | |
---|---|---|---|
Log4NetConfigKey | string |
Метод | Описание | |
---|---|---|
Dispose ( ) : void | ||
IsRunning ( ) : bool |
Indicates whether the agent is currently running (is initialized & has an active timer).
|
|
Start ( ) : void |
Starts up the agent.
|
|
Stop ( ) : void |
Stops the agent by disabling the timer. Uses a write lock to prevent data from being corrupted mid-write.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Метод | Описание | |
---|---|---|
OnTimer ( object stateInfo ) : void |
Handles all tasks involved in the pulling cycle.
|
|
Poll ( ) : void |
Polls the sampler's counters and writes the results to the writer object.
|
|
PurgeExpiredData ( ) : void |
Checks to see if data is purgeable then purges based off of threshold.
|
|
TabMonAgent ( bool loadOptionsFromConfig = true ) : System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |