|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| IncrementingPollingCounter (string name, EventSource eventSource, Func< double > totalValueProvider) | |
| override string | ToString () |
| void | Dispose () |
| void | AddMetadata (string key, string? value) |
Protected Member Functions | |
| void | Publish () |
Package Functions | |
| void | UpdateMetric () |
| override void | WritePayload (float intervalSec, int pollingIntervalMillisec) |
| void | ReportOutOfBandMessage (string message) |
| string | GetMetadataString () |
Properties | |
| TimeSpan | DisplayRateTimeScale [get, set] |
| string | DisplayName [get, set] |
| string | DisplayUnits [get, set] |
| string | Name [get] |
| EventSource | EventSource [get] |
Private Attributes | |
| double | _increment |
| double | _prevIncrement |
| readonly Func< double > | _totalValueProvider |
| string | _displayName = "" |
| string | _displayUnits = "" |
| CounterGroup | _group |
| Dictionary< string, string > | _metadata |
Definition at line 7 of file IncrementingPollingCounter.cs.