OutputAdapterBaseUseAsyncConnect Property

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

Definition

Namespace: Gemstone.Timeseries.Adapters
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.128 -- Release Build+e2476c52e94864f123f37e60764c948e49eb89eb
protected abstract bool UseAsyncConnect { get; }

Property Value

Boolean

Remarks

Derived classes should return true when data output stream connects asynchronously, otherwise return false.

See Also