Click or drag to resize
Akka.NETClusterShardingStartAsync Method
Overload List
  NameDescription
Public methodStartAsync(String, Props, ClusterShardingSettings, IMessageExtractor)
Register a named entity type by defining the Props of the entity actor and functions to extract entity and shard identifier from messages. The ShardRegion actor for this type can later be retrieved with the ShardRegion(String) method.
Public methodStartAsync(String, Props, ClusterShardingSettings, IdExtractor, ShardResolver)
Register a named entity type by defining the Props of the entity actor and functions to extract entity and shard identifier from messages. The ShardRegion actor for this type can later be retrieved with the ShardRegion(String) method.
Public methodStartAsync(String, Props, ClusterShardingSettings, IMessageExtractor, IShardAllocationStrategy, Object)
Register a named entity type by defining the Props of the entity actor and functions to extract entity and shard identifier from messages. The ShardRegion actor for this type can later be retrieved with the ShardRegion(String) method.
Public methodStartAsync(String, Props, ClusterShardingSettings, IdExtractor, ShardResolver, IShardAllocationStrategy, Object)
Register a named entity type by defining the Props of the entity actor and functions to extract entity and shard identifier from messages. The ShardRegion actor for this type can later be retrieved with the ShardRegion(String) method.
Top
See Also