IKpiRecorder Methods |
The IKpiRecorder type exposes the following members.
| Name | Description | |
|---|---|---|
| FinalizeAsync |
Finalize the recorder.
| |
| InitializeAsync |
Initialize the recorder.
| |
| Record(IEnumerableString, IEnumerableObject) |
Record a collection of KPI values.
| |
| Record(String, Object) |
Record a KPI's value.
| |
| RecordAsync(IEnumerableString, IEnumerableObject) |
Record a collection of KPI values.
| |
| RecordAsync(String, Object) |
Record a KPI's value.
|