Click or drag to resize

ClientNetworkConfigSetSmartRouting Method

If true, client will route the key based operations to owner of the key at the best effort.

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax
public virtual ClientNetworkConfig SetSmartRouting(
	bool smartRouting
)

Parameters

smartRouting
Type: SystemBoolean
true if smart routing should be enabled.

Return Value

Type: ClientNetworkConfig
ClientNetworkConfig for chaining
See Also