Click or drag to resize

PoolingOptions.SetMinSimultaneousRequestsPerConnectionTreshold Method

Sets the number of simultaneous requests on a connection below which connections in excess are reclaimed.

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.9.0
Syntax
C#
public PoolingOptions SetMinSimultaneousRequestsPerConnectionTreshold(
	HostDistance distance,
	int minSimultaneousRequests
)

Parameters

distance
Type: Cassandra.HostDistance
the HostDistance for which to configure this threshold.
minSimultaneousRequests
Type: System.Int32
the value to set.

Return Value

Type: PoolingOptions
this PoolingOptions.
See Also