Click or drag to resize
CqlConnectionState Property
Gets a string that describes the state of the connection.

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

Return Value

Type: ConnectionState
The state of the connection. The format of the string returned depends on the specific type of connection you are using.

Implements

IDbConnectionState
See Also