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

Inheritance: ICoordinatorCommand
Mostra file Open project: rogeralsing/akka.net Class Usage Examples

Public Properties

Property Type Description
GetShardHomeSender IActorRef
Shard ShardId
ShardRegion IActorRef

Public Methods

Method Description
AllocateShardResult ( string shard, IActorRef shardRegion, IActorRef getShardHomeSender ) : System

Method Details

AllocateShardResult() public method

public AllocateShardResult ( string shard, IActorRef shardRegion, IActorRef getShardHomeSender ) : System
shard string
shardRegion IActorRef
getShardHomeSender IActorRef
return System

Property Details

GetShardHomeSender public_oe property

public IActorRef GetShardHomeSender
return IActorRef

Shard public_oe property

public ShardId Shard
return ShardId

ShardRegion public_oe property

public IActorRef ShardRegion
return IActorRef