# FixedBackoff Constructors

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.internal.fixedbackoff/)

## FixedBackoff(TimeSpan) {#constructor-system-timespan-88980593}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.internal.fixedbackoff/constructors/constructor-system-timespan-88980593/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Async/AsyncExecutorWithRetries.cs#L317-L320)

```csharp
public FixedBackoff(TimeSpan delay)
```

Initializes a new instance of the [FixedBackoff](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.internal.fixedbackoff/) class.

### Parameters

- `delay` (`TimeSpan`): The fixed delay between attempts.
