[]
        
(Showing Draft Content)

C1.DataCollection.ConnectionState

ConnectionState Enum

The state of the connection of the collection supporting ISupportConnection.

Namespace: C1.DataCollection
Assembly: C1.DataCollection.dll
Syntax
public enum ConnectionState

Fields

Name Description
Connected

The collection is connected to the source.

Connecting

The collection is connecting to the source.

Disconnected

The collection is disconnected from the source.

Disconnecting

The collection is disconnecting from the source.

Reconnecting

The collection is reconnecting to the source.