Method | Description | |
---|---|---|
LocalConcentrator ( |
Creates a new local concentrator.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used by the LocalConcentrator object and optionally releases the managed resources.
|
|
PublishFrame ( IFrame frame, int index ) : void |
Publish IFrame of time-aligned collection of IMeasurement values that arrived within the concentrator's defined ConcentratorBase.LagTime.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
return | void |
public LocalConcentrator ( |
||
parent | ||
return | System |
protected PublishFrame ( IFrame frame, int index ) : void | ||
frame | IFrame | |
index | int | Index of |
return | void |