Click or drag to resize
CqlConnectionState Property
Gets the current state of the connection.

Namespace: Cassandra.Data
Assembly: Cassandra (in Cassandra.dll) Version: 3.7.0
Syntax
C#
public override ConnectionState State { get; }

Return Value

Type: ConnectionState
One of the ConnectionState values.

Implements

IDbConnectionState
See Also