Click or drag to resize
Grid Solutions Framework

DNP3InputAdapterAttemptDisconnection Method

Attempts to disconnect from data input source.

Namespace: DNP3Adapters
Assembly: Dnp3Adapters (in Dnp3Adapters.dll) Version: 2.4.177-beta
Syntax
protected override void AttemptDisconnection()
View Source
Remarks
Derived classes should attempt disconnect from data input source here. Any exceptions thrown by this implementation will be reported to host via ProcessException event.
See Also