RecordedConnectionIssue
struct
Namespace: Orleans.EventSourcing.Common
Utility class for recording connection issues. It is public, not internal, because it is a useful building block for implementing other consistency providers.
public struct RecordedConnectionIssueProperties
IssueThe recorded connection issue, or null if none
Methods
DelayBeforeRetrydelays if there was an issue in last attempt, for the duration specified by the retry delayRecord(ConnectionIssue, IConnectionIssueListener, ILogConsistencyProtocolServices)record a connection issue, filling in timestamps etc. and notify the listenerResolve(IConnectionIssueListener, ILogConsistencyProtocolServices)if there is a recorded issue, notify listener and clear it.ToStringReturns the fully qualified type name of this instance.
