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

ShardHomeAllocated() public méthode

public ShardHomeAllocated ( string shard, IActorRef region ) : System
shard string
region IActorRef
Résultat System
            public ShardHomeAllocated(string shard, IActorRef region)
            {
                Shard = shard;
                Region = region;
            }
        }
PersistentShardCoordinator.ShardHomeAllocated