ILogConsistencyDiagnostics.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.
Gets a list of all currently unresolved connection issues.
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)