Interface IMonitoringDataWriter
Defines the monitoring data writer interface.
Namespace: Nevatech.Vsb.Repository.Monitoring
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public interface IMonitoringDataWriter
Methods
WriteBatchAsync(MonitoringBatch)
When implemented by a class, asynchronously writes monitoring data into an underlying data store.
Declaration
Task WriteBatchAsync(MonitoringBatch batch)
Parameters
| Type | Name | Description |
|---|---|---|
| MonitoringBatch | batch | The monitoring data batch to write. |
Returns
| Type | Description |
|---|---|
| Task | the Task that can be used to await for asynchronous operation to complete. |