Click or drag to resize
Akka.NETClusterShardingSettingsWithTuningParameters Method
TBD

Namespace:  Akka.Cluster.Sharding
Assembly:  Akka.Cluster.Sharding (in Akka.Cluster.Sharding.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ClusterShardingSettings WithTuningParameters(
	TunningParameters tunningParameters
)

Parameters

tunningParameters
Type: Akka.Cluster.ShardingTunningParameters
TBD

Return Value

Type: ClusterShardingSettings
TBD
Exceptions
ExceptionCondition
ArgumentNullException This exception is thrown when the specified tunningParameters is undefined.
See Also