| PoolingOptionsSetMinSimultaneousRequestsPerConnectionTreshold Method  | 
             Sets the number of simultaneous requests on a connection below which
             connections in excess are reclaimed.
            
 
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntaxpublic PoolingOptions SetMinSimultaneousRequestsPerConnectionTreshold(
	HostDistance distance,
	int minSimultaneousRequests
)
Parameters
- distance
 - Type: DseHostDistance
 the HostDistance for which to configure this
             threshold.  - minSimultaneousRequests
 - Type: SystemInt32
 the value to set.  
Return Value
Type: 
PoolingOptionsthis 
PoolingOptions. 
See Also