Click or drag to resize
DseClusterBuilder.WithPoolingOptions Method
Sets the pooling options for the cluster.

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 1.0.0
Syntax
C#
public DseClusterBuilder WithPoolingOptions(
	PoolingOptions value
)

Parameters

value
Type: Cassandra.PoolingOptions

Return Value

Type: DseClusterBuilder
this instance
See Also