WriteTimeoutException Constructor |
Namespace:
Dse
Assembly:
Dse (in Dse.dll) Version: 2.9.0
Syntax public WriteTimeoutException(
ConsistencyLevel consistency,
int received,
int required,
string writeType
)
Parameters
- consistency
- Type: DseConsistencyLevel
- received
- Type: SystemInt32
- required
- Type: SystemInt32
- writeType
- Type: SystemString
See Also