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