IStatement.SetReadTimeoutMillis Method |
Namespace:
Cassandra
Assembly:
Cassandra (in Cassandra.dll) Version: 3.10.0
SyntaxIStatement SetReadTimeoutMillis(
int timeout
)
Parameters
- timeout
- Type: System.Int32
Timeout in milliseconds. If the value is not greater than zero, the default value
from the socket options will be used.
Return Value
Type:
IStatement
See Also