Click or drag to resize

InputAdapterBaseOnConnected Method

Called when data input source connection is established.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
protected virtual void OnConnected()
View Source
Remarks
Derived classes should call this method manually if UseAsyncConnect is true.
See Also