WriteTimeoutException Constructor |
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public WriteTimeoutException(
ConsistencyLevel consistency,
int received,
int required,
string writeType
)
Parameters
- consistency
- Type: CassandraConsistencyLevel
- received
- Type: SystemInt32
- required
- Type: SystemInt32
- writeType
- Type: SystemString
See Also