LoggingRetryPolicy Constructor |
Creates a new RetryPolicy that logs the decision of
policy.
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.0.0.0
Syntax public LoggingRetryPolicy(
IRetryPolicy policy
)
Parameters
- policy
- Type: DseIRetryPolicy
the policy to wrap. The policy created by this
constructor will return the same decision than policy but will log them.
See Also