Click or drag to resize

IKpiRecorder Interface

An interface for recording key performance indicators.

Namespace: Demo3D.TestRunner.KpiRecorders
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public interface IKpiRecorder

The IKpiRecorder type exposes the following members.

Methods
 NameDescription
Public methodFinalizeAsync Finalize the recorder.
Public methodInitializeAsync Initialize the recorder.
Public methodRecord(IEnumerableString, IEnumerableObject) Record a collection of KPI values.
Public methodRecord(String, Object) Record a KPI's value.
Public methodRecordAsync(IEnumerableString, IEnumerableObject) Record a collection of KPI values.
Public methodRecordAsync(String, Object) Record a KPI's value.
Top
See Also