C# Class Akka.Cluster.ClusterEvent.CurrentInternalStats

Inheritance: IClusterDomainEvent
Afficher le fichier Open project: rogeralsing/akka.net Class Usage Examples

Méthodes publiques

Méthode Description
CurrentInternalStats ( Akka.Cluster.GossipStats gossipStats, Akka.Cluster.VectorClockStats vclockStats ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

Method Details

CurrentInternalStats() public méthode

public CurrentInternalStats ( Akka.Cluster.GossipStats gossipStats, Akka.Cluster.VectorClockStats vclockStats ) : System
gossipStats Akka.Cluster.GossipStats
vclockStats Akka.Cluster.VectorClockStats
Résultat System

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int