Click or drag to resize

IKpiCollector Interface

An interface for collecting KPIs from a data source.

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

The IKpiCollector type exposes the following members.

Methods
  NameDescription
Public methodFinalizeAsync
Finalize the collector.
Public methodInitializeAsync
Initialize the collector.
Public methodUpdateAsync
Update the collector with the updated rows.
Top
See Also