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