C# Class Akka.Cluster.Sharding.PersistentShardCoordinator.ShardHomeAllocated

Inheritance: IDomainEvent
Afficher le fichier Open project: rogeralsing/akka.net

Méthodes publiques

Свойство Type Description
Region IActorRef
Shard ShardId

Méthodes publiques

Méthode Description
ShardHomeAllocated ( string shard, IActorRef region ) : System

Method Details

ShardHomeAllocated() public méthode

public ShardHomeAllocated ( string shard, IActorRef region ) : System
shard string
region IActorRef
Résultat System

Property Details

Region public_oe property

public IActorRef Region
Résultat IActorRef

Shard public_oe property

public ShardId Shard
Résultat ShardId