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

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

Parameters

value
Type: CassandraPoolingOptions

Return Value

Type: DseClusterBuilder
this instance
See Also