Akka.Cluster.Sharding.ClusterShardingStats.ClusterShardingStats C# (CSharp) Метод

ClusterShardingStats() публичный Метод

public ClusterShardingStats ( ShardRegionStats>.IDictionary regions ) : System
regions ShardRegionStats>.IDictionary
Результат System
        public ClusterShardingStats(IDictionary<Address, ShardRegionStats> regions)
        {
            Regions = regions;
        }
    }
ClusterShardingStats