CqlConnection.State Property |
Gets the current state of the connection.
Namespace: Cassandra.DataAssembly: Cassandra (in Cassandra.dll) Version: 3.1.0
Syntaxpublic override ConnectionState State { get; }
Return Value
Type:
ConnectionStateOne of the
ConnectionState values.
Implements
IDbConnection.State
See Also