Click or drag to resize

DseClusterBuilderWithPoolingOptions Method

Sets the pooling options for the cluster.

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

Parameters

value
Type: DsePoolingOptions

Return Value

Type: DseClusterBuilder
this instance
See Also