# RecordedConnectionIssue

Package: [Microsoft.Orleans.EventSourcing](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/) 10.0.0

[NuGet package](https://www.nuget.org/packages/Microsoft.Orleans.EventSourcing) | [Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.EventSourcing/Common/RecordedConnectionIssue.cs#L11)

```csharp
public struct RecordedConnectionIssue
```

Utility class for recording connection issues. It is public, not internal, because it is a useful building block for implementing other consistency providers.

## Properties

- [Issue](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleans.eventsourcing.common.recordedconnectionissue/properties/issue-7ccdbfab/)

## Methods

- [DelayBeforeRetry](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleans.eventsourcing.common.recordedconnectionissue/methods/delaybeforeretry-7a1b375b/)
- [Record(ConnectionIssue, IConnectionIssueListener, ILogConsistencyProtocolServices)](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleans.eventsourcing.common.recordedconnectionissue/methods/record-orleans-eventsourcing-connectionissue-orleans-eventsourcing-iconnectionis-6892e008/)
- [Resolve(IConnectionIssueListener, ILogConsistencyProtocolServices)](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleans.eventsourcing.common.recordedconnectionissue/methods/resolve-orleans-eventsourcing-iconnectionissuelistener-orleans-eventsourcing-ilo-0dba19fd/)
- [ToString](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleans.eventsourcing.common.recordedconnectionissue/methods/tostring-05c4b59d/)
