IKpiRecorderRecord(IEnumerableString, IEnumerableObject) Method |
Record a collection of KPI values.
Namespace: Demo3D.TestRunner.KpiRecordersAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxvoid Record(
IEnumerable<string> kpiNames,
IEnumerable<Object?> values
)
Parameters
- kpiNames IEnumerableString
- The name of the KPI
- values IEnumerableObject
- The value of the KPI
RemarksThe kpiNames are mapped to the values in order so the first string in kpiNames will be mapped against the first object in values.
See Also