ReadTimeoutException Constructor |
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.6.0
Syntax public ReadTimeoutException(
ConsistencyLevel consistency,
int received,
int required,
bool dataPresent
)
Parameters
- consistency
- Type: Cassandra.ConsistencyLevel
- received
- Type: System.Int32
- required
- Type: System.Int32
- dataPresent
- Type: System.Boolean
See Also