Click or drag to resize

BuilderWithRetryPolicy Method

Configure the retry policy to be used for the new cluster.

When the retry policy is not set with this method, the DefaultRetryPolicy will be used instead.

Use a IExtendedRetryPolicy implementation to cover all error scenarios.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public Builder WithRetryPolicy(
	IRetryPolicy policy
)

Parameters

policy
Type: DseIRetryPolicy
the retry policy to use

Return Value

Type: Builder
this Builder
See Also