Click or drag to resize
Akka.NETClusterShardingShardRegion Method
Retrieve the actor reference of the ShardRegion actor responsible for the named entity type. The entity type must be registered with the Start method before it can be used here. Messages to the entity is always sent via the ShardRegion.

Namespace:  Akka.Cluster.Sharding
Assembly:  Akka.Cluster.Sharding (in Akka.Cluster.Sharding.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public IActorRef ShardRegion(
	string typeName
)

Parameters

typeName
Type: SystemString
TBD

Return Value

Type: IActorRef
TBD
Exceptions
ExceptionCondition
ArgumentException Thrown when shard region for provided typeName has not been started yet.
See Also