Click or drag to resize
Grid Solutions Framework

TimeSeriesConsumerUseAsyncConnect Property

Gets flag that determines if the data output stream connects asynchronously.

Namespace: KafkaAdapters
Assembly: KafkaAdapters (in KafkaAdapters.dll) Version: 2.4.182-beta
Syntax
protected override bool UseAsyncConnect { get; }
View Source

Property Value

Boolean
Remarks
Derived classes should return true when data output stream connects asynchronously, otherwise return false.
See Also