Open sandboxFocus

Class BackgroundRetryPolicy

A RetryPolicy specialized in handling background operations. The BaseDelay property is set to 0.25 s.

Inheritance
BackgroundRetryPolicy
Implements
Namespace: Metalama.Patterns.Caching.Resilience
Assembly: Metalama.Patterns.Caching.Backend.dll
Syntax
public class BackgroundRetryPolicy : RetryPolicy, IRetryPolicy

Constructors

Name Description
BackgroundRetryPolicy()

Initializes a new instance of the BackgroundRetryPolicy class.

Extension Methods