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

Inheritance: ICoordinatorMessage
Mostra file Open project: rogeralsing/akka.net

Public Properties

Property Type Description
Ref IActorRef
Shard ShardId

Public Methods

Method Description
ShardHome ( string shard, IActorRef @ref ) : System

Method Details

ShardHome() public method

public ShardHome ( string shard, IActorRef @ref ) : System
shard string
@ref IActorRef
return System

Property Details

Ref public_oe property

public IActorRef Ref
return IActorRef

Shard public_oe property

public ShardId Shard
return ShardId