Click or drag to resize
LoggingRetryPolicy Constructor
Creates a new RetryPolicy that logs the decision of policy.

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

Parameters

policy
Type: CassandraIRetryPolicy
the policy to wrap. The policy created by this constructor will return the same decision than policy but will log them.
See Also