# ConnectionIssue.ComputeRetryDelay(TimeSpan?)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleans.eventsourcing.connectionissue/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleans.eventsourcing.connectionissue/methods/)

```csharp
public abstract TimeSpan ComputeRetryDelay(TimeSpan? previous)
```

Computes the retry delay based on the rest of the information. Is overridden by subclasses that represent specific categories of issues.

### Parameters

- `previous` (`TimeSpan?`): The previously used retry delay
