|
OutputAdapterBaseAttemptConnection Method
|
Attempts to connect to data output stream.
Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax protected abstract void AttemptConnection()
Protected MustOverride Sub AttemptConnection
protected:
virtual void AttemptConnection() abstract
abstract AttemptConnection : unit -> unit
function AttemptConnection();
View SourceRemarks
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