Click or drag to resize

InputAdapterBaseAttemptConnection Method

Attempts to connect to data input source.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
protected abstract void AttemptConnection()
View Source
Remarks
Derived classes should attempt connection to data input source here. Any exceptions thrown by this implementation will result in restart of the connection cycle.
See Also