SmartRouting Property
SmartRouting
Whether smart routing is enabled.
Declaration
public bool SmartRouting { get; set; }
Property Value
bool |
Remarks
Smart routing sets RoutingMode to AllMembers if true, otherwise; it sets it to SingleMember. Please, prefer using RoutingMode directly.
If true (default), client will route the key based operations to owner of the key at the best effort.
Note that it however does not guarantee that the operation will always be executed on the owner, as the member table is only updated every 10 seconds.