KpiRecorderBuilderWithUpdateRate Method |
How often to update the collectors.
Namespace:
Demo3D.TestRunner.KpiRecorders
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic KpiRecorderBuilder WithUpdateRate(
int updateRate
)
Parameters
- updateRate
- Type: SystemInt32
The number of times KPI's can be recorded before updating the collectors.
Return Value
Type:
KpiRecorderBuilder[Missing <returns> documentation for "M:Demo3D.TestRunner.KpiRecorders.KpiRecorderBuilder.WithUpdateRate(System.Int32)"]
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException | |
RemarksThe default value is MaxValue which means collectors are only updated during finalizing.
See Also