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

CurrentInternalStats() public method

public CurrentInternalStats ( Akka.Cluster.GossipStats gossipStats, Akka.Cluster.VectorClockStats vclockStats ) : System
gossipStats Akka.Cluster.GossipStats
vclockStats Akka.Cluster.VectorClockStats
return System
            public CurrentInternalStats(GossipStats gossipStats, VectorClockStats vclockStats)
            {
                _gossipStats = gossipStats;
                _vclockStats = vclockStats;
            }
ClusterEvent.CurrentInternalStats