Click or drag to resize

OutputAdapterBaseAttemptConnection Method

Attempts to connect to data output stream.

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 output stream here. Any exceptions thrown by this implementation will result in restart of the connection cycle.
See Also