Table of Contents

Enum DelayBackoffType

Namespace
Polly
Assembly
Polly.Core.dll

The backoff type used by the strategies.

public enum DelayBackoffType

Fields

Constant = 0

The constant backoff type.

Exponential = 2

The exponential backoff type with the power of 2.

Linear = 1

The linear backoff type.