JournaledGrain<TGrainState,TEventBase>.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.
protected System.Collections.Generic.IEnumerable<Orleans.LogConsistency.ConnectionIssue> UnresolvedConnectionIssues { get; }
member this.UnresolvedConnectionIssues : seq<Orleans.LogConsistency.ConnectionIssue>
Protected ReadOnly Property UnresolvedConnectionIssues As IEnumerable(Of ConnectionIssue)