Click or drag to resize
Grid Solutions Framework

TimeSeriesProducerAttemptDisconnection Method

Attempts to disconnect from data output stream.

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