Click or drag to resize

IActionAdapterUnpublishedSamples Event

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

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

Value

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