Click or drag to resize
BuilderWithRetryPolicy Method
Configure the retry policy to use for the new cluster.

If no retry policy is set through this method, Policies.DefaultRetryPolicy will be used instead.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public Builder WithRetryPolicy(
	IRetryPolicy policy
)

Parameters

policy
Type: CassandraIRetryPolicy
the retry policy to use

Return Value

Type: Builder
this Builder
See Also