Click or drag to resize

ConcentratorBaseUnpublishedSamples Event

This event is raised every 5 seconds allowing consumer to track current number of unpublished seconds of data in the queue.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public event EventHandler<EventArgs<int>> UnpublishedSamples
View Source

Value

EventHandlerEventArgsInt32
Remarks
Argument is the total number of unpublished seconds of data.
See Also