Akka.Cluster.Sharding.ClusterShardingStats.ClusterShardingStats C# (CSharp) Méthode

ClusterShardingStats() public méthode

public ClusterShardingStats ( ShardRegionStats>.IDictionary regions ) : System
regions ShardRegionStats>.IDictionary
Résultat System
        public ClusterShardingStats(IDictionary<Address, ShardRegionStats> regions)
        {
            Regions = regions;
        }
    }
ClusterShardingStats