Table of Contents

Class CappedExponentialBackoffOptions

Namespace
AWS.Messaging.Services.Backoff.Policies.Options
Assembly
AWS.Messaging.dll

Configuration for the capped exponential backoff policy.

public class CappedExponentialBackoffOptions
Inheritance
CappedExponentialBackoffOptions

Properties

CapBackoffTime

The backoff time in seconds to cap the exponential backoff at. Once the cap is reached, an interval backoff will occur with CapBackoffTime as the fixed interval. The default value is 1 minute.

public int CapBackoffTime { get; set; }

Property Value

int