Click or drag to resize
StatementSetRetryPolicy Method
Sets the retry policy to use for this query.

The default retry policy, if this method is not called, is the one returned by Policies#RetryPolicy in the cluster configuration. This method is thus only useful in case you want to punctually override the default policy for this request.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.1.0
Syntax
C#
public IStatement SetRetryPolicy(
	IRetryPolicy policy
)

Parameters

policy
Type: CassandraIRetryPolicy
the retry policy to use for this query.

Return Value

Type: IStatement
this IStatement object.

Implements

IStatementSetRetryPolicy(IRetryPolicy)
See Also