Show / Hide Table of Contents

Interface IBackoffStrategy

Interface of Backoff Strategy.

Namespace: Amazon.QLDB.Driver
Assembly: Amazon.QLDB.Driver.dll
Syntax
public interface IBackoffStrategy

Methods

| Improve this Doc View Source

CalculateDelay(RetryPolicyContext)

Method to calculate backoff delay based on the retry policy context.

Declaration
TimeSpan CalculateDelay(RetryPolicyContext retryPolicyContext)
Parameters
Type Name Description
RetryPolicyContext retryPolicyContext

The context of retry policy.

Returns
Type Description
System.TimeSpan

The calculated delay.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX