Click or drag to resize

IaonSessionOnProcessingComplete Method

Raises the ProcessingComplete event.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
protected virtual void OnProcessingComplete(
	Object sender,
	EventArgs e = null
)
View Source

Parameters

sender  Object
Object source raising the event.
e  EventArgs  (Optional)
EventArgs, if any.
See Also