Click or drag to resize

SocketOptionsSetDefunctReadTimeoutThreshold Method

Determines the amount of requests that simultaneously have to timeout before closing the connection.

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax
C#
public SocketOptions SetDefunctReadTimeoutThreshold(
	int amountOfTimeouts
)

Parameters

amountOfTimeouts
Type: SystemInt32

Return Value

Type: SocketOptions
See Also