◆ AddGenerated()
| void Example.ProducerStats.AddGenerated |
( |
int |
count | ) |
|
◆ AddQueued()
| void Example.ProducerStats.AddQueued |
( |
int |
count | ) |
|
◆ IncrementBatches()
| void Example.ProducerStats.IncrementBatches |
( |
| ) |
|
◆ BatchesSent
| long Example.ProducerStats.BatchesSent => Interlocked.Read(ref _batchesSent) |
◆ RecordsGenerated
| long Example.ProducerStats.RecordsGenerated => Interlocked.Read(ref _recordsGenerated) |
◆ RecordsQueued
| long Example.ProducerStats.RecordsQueued => Interlocked.Read(ref _recordsQueued) |
The documentation for this class was generated from the following file: