SocketOptionsSetConnectTimeoutMillis Method |
Sets the number of milliseconds to wait for the socket to connect
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.5 (git 25b8d4e)
Syntaxpublic SocketOptions SetConnectTimeoutMillis(
int connectTimeoutMillis
)
Parameters
- connectTimeoutMillis
- Type: SystemInt32
Return Value
Type:
SocketOptions
See Also