Akka.Cluster.ClusterEvent.SeenChanged.SeenChanged C# (CSharp) Method

SeenChanged() public method

public SeenChanged ( bool convergence, ImmutableHashSet
seenBy ) : System
convergence bool
seenBy ImmutableHashSet
return System
            public SeenChanged(bool convergence, ImmutableHashSet<Address> seenBy)
            {
                _convergence = convergence;
                _seenBy = seenBy;
            }
ClusterEvent.SeenChanged