C# Class Akka.Cluster.ClusterEvent.SeenChanged

The nodes that have seen current version of the Gossip.
Inheritance: IClusterDomainEvent
Afficher le fichier Open project: rogeralsing/akka.net

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
SeenChanged ( bool convergence, ImmutableHashSet
seenBy ) : System

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

SeenChanged() public méthode

public SeenChanged ( bool convergence, ImmutableHashSet
seenBy ) : System
convergence bool
seenBy ImmutableHashSet
Résultat System