ReadTimeoutException Constructor |
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntax public ReadTimeoutException(
ConsistencyLevel consistency,
int received,
int required,
bool dataPresent
)
Parameters
- consistency
- Type: DseConsistencyLevel
- received
- Type: SystemInt32
- required
- Type: SystemInt32
- dataPresent
- Type: SystemBoolean
See Also