Rsft.EntLib.TransientFaultHandling.Standard by Rolosoft Ltd

<PackageReference Include="Rsft.EntLib.TransientFaultHandling.Standard" Version="7.0.0" />

 ShouldRetry

public sealed delegate ShouldRetry : MulticastDelegate
Defines a callback delegate that will be invoked whenever a retry condition is encountered.
public ShouldRetry(object object, IntPtr method)

public virtual IAsyncResult BeginInvoke(int retryCount, Exception lastException, out TimeSpan delay, AsyncCallback callback, object object)

public virtual bool EndInvoke(out TimeSpan delay, IAsyncResult result)

public virtual bool Invoke(int retryCount, Exception lastException, out TimeSpan delay)