PrimaryBasedLogViewAdaptor<TLogView,TLogEntry,TSubmissionEntry>.UnresolvedConnectionIssues Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
returns a list of all connection health issues that have not been restored yet. Such issues are observed while communicating with the primary, or while trying to notify other clusters, for example.
public System.Collections.Generic.IEnumerable<Orleans.LogConsistency.ConnectionIssue> UnresolvedConnectionIssues { get; }
member this.UnresolvedConnectionIssues : seq<Orleans.LogConsistency.ConnectionIssue>
Public ReadOnly Property UnresolvedConnectionIssues As IEnumerable(Of ConnectionIssue)