Click or drag to resize

LoggingRetryPolicy Constructor

Creates a new IExtendedRetryPolicy that logs the decision of the provided policy.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
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