C# Class Akka.Cluster.ClusterEvent.SeenChanged

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

Public Methods

Method Description
Equals ( object obj ) : bool
SeenChanged ( bool convergence, ImmutableHashSet
seenBy ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

SeenChanged() public method

public SeenChanged ( bool convergence, ImmutableHashSet
seenBy ) : System
convergence bool
seenBy ImmutableHashSet
return System