Click or drag to resize

RoutingTablesAdaptersList Constructor


Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public RoutingTablesAdaptersList(
	HashSet<IAdapter> previousAdapterList,
	HashSet<IAdapter> currentAdapterList
)
View Source

Parameters

previousAdapterList  HashSetIAdapter
A complete list of all the adapters that existed before.
currentAdapterList  HashSetIAdapter
A complete list of all the adapters that exist now
See Also