Click or drag to resize

DseClusterBuilderWithReconnectionPolicy Method

Configure the reconnection policy to use for the new cluster.

If no reconnection policy is set through this method, Policies.DefaultReconnectionPolicy will be used instead.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public DseClusterBuilder WithReconnectionPolicy(
	IReconnectionPolicy policy
)

Parameters

policy
Type: DseIReconnectionPolicy
the reconnection policy to use

Return Value

Type: DseClusterBuilder
this Builder
See Also