# ConnectionOptions.ConnectionRetryDelay

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.configuration.connectionoptions/) | [Properties](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.configuration.connectionoptions/properties/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Networking/ConnectionOptions.cs)

```csharp
public TimeSpan ConnectionRetryDelay
```

Gets or sets the amount of time to wait after a failed connection attempt before retrying the connection.
