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

Inheritance: ICoordinatorCommand
Afficher le fichier Open project: rogeralsing/akka.net Class Usage Examples

Méthodes publiques

Свойство Type Description
GetShardHomeSender IActorRef
Shard ShardId
ShardRegion IActorRef

Méthodes publiques

Méthode Description
AllocateShardResult ( string shard, IActorRef shardRegion, IActorRef getShardHomeSender ) : System

Method Details

AllocateShardResult() public méthode

public AllocateShardResult ( string shard, IActorRef shardRegion, IActorRef getShardHomeSender ) : System
shard string
shardRegion IActorRef
getShardHomeSender IActorRef
Résultat System

Property Details

GetShardHomeSender public_oe property

public IActorRef GetShardHomeSender
Résultat IActorRef

Shard public_oe property

public ShardId Shard
Résultat ShardId

ShardRegion public_oe property

public IActorRef ShardRegion
Résultat IActorRef