# ConnectionIssue Methods

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

## ComputeRetryDelay(TimeSpan?) {#computeretrydelay-system-timespan-nullable-b034da28}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleans.eventsourcing.connectionissue/methods/computeretrydelay-system-timespan-nullable-b034da28/)

```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
