C# Class Akka.Cluster.ClusterEvent.CurrentInternalStats

Inheritance: IClusterDomainEvent
Mostra file Open project: rogeralsing/akka.net Class Usage Examples

Public Methods

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

Method Details

CurrentInternalStats() public method

public CurrentInternalStats ( Akka.Cluster.GossipStats gossipStats, Akka.Cluster.VectorClockStats vclockStats ) : System
gossipStats Akka.Cluster.GossipStats
vclockStats Akka.Cluster.VectorClockStats
return System

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int