RecordedConnectionIssue 结构

定义

用于记录连接问题的实用工具类。 它是公共的,而不是内部的,因为它是实现其他一致性提供程序的有用构建基块。

public struct RecordedConnectionIssue
type RecordedConnectionIssue = struct
Public Structure RecordedConnectionIssue
继承
RecordedConnectionIssue

属性

Issue

记录的连接问题;如果没有,则为 null

方法

DelayBeforeRetry()

如果在上次尝试中出现问题,则延迟重试延迟指定的持续时间

Record(ConnectionIssue, IConnectionIssueListener, ILogConsistencyProtocolServices)

记录连接问题、填写时间戳等,并通知侦听器

Record(ConnectionIssue, IConnectionIssueListener, ILogConsistencyProtocolServices)

记录连接问题、填写时间戳等,并通知侦听器

Resolve(IConnectionIssueListener, ILogConsistencyProtocolServices)

如果存在记录的问题,请通知侦听器并清除它。

Resolve(IConnectionIssueListener, ILogConsistencyProtocolServices)

如果存在记录的问题,请通知侦听器并清除它。

ToString()

用于记录连接问题的实用工具类。 它是公共的,而不是内部的,因为它是实现其他一致性提供程序的有用构建基块。

适用于