Akka.Cluster.Sharding.CurrentShardRegionState.CurrentShardRegionState C# (CSharp) 메소드

CurrentShardRegionState() 공개 메소드

public CurrentShardRegionState ( ISet shards ) : System
shards ISet
리턴 System
        public CurrentShardRegionState(ISet<ShardState> shards)
        {
            Shards = shards;
        }
    }
CurrentShardRegionState