Click or drag to resize

IaonSessionConfigurationChangedHandler Method

Event handler for adapter notifications about configuration changes.

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

Parameters

sender  Object
Sending object.
e  EventArgs
Event arguments, if any.
See Also