Click or drag to resize

IndependentActionAdapterManagerBaseTAdapterParseConnectionString Method

Parses connection string. Derived classes should override for custom connection string parsing and call the InitializeChildAdapterManagement(MeasurementKey) method when AutoReparseConnectionString is true (the default).

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public virtual void ParseConnectionString()
View Source
Remarks
When AutoReparseConnectionString is true (the default), implementors must override this method and at least call the InitializeChildAdapterManagement(MeasurementKey) method.
See Also