Click or drag to resize

IaonSessionOnUnpublishedSamples Method

Raises the UnpublishedSamples event.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
protected virtual void OnUnpublishedSamples(
	Object sender,
	int seconds
)
View Source

Parameters

sender  Object
Object source raising the event.
seconds  Int32
Total number of unpublished seconds of data.
See Also