Click or drag to resize
SocketOptionsSetConnectTimeoutMillis Method
Sets the number of milliseconds to wait for the socket to connect

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public SocketOptions SetConnectTimeoutMillis(
	int connectTimeoutMillis
)

Parameters

connectTimeoutMillis
Type: SystemInt32

Return Value

Type: SocketOptions
See Also