Click or drag to resize

ActionAdapterCollectionUnpublishedSamples 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
public event EventHandler<EventArgs<int>> UnpublishedSamples
View Source

Value

EventHandlerEventArgsInt32

Implements

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