  | ClientNetworkConfigIsSmartRouting Method  | 
 
            Specifies whether the client is smart or not.
            
 
    Namespace: 
   Hazelcast.Config
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntaxpublic virtual bool IsSmartRouting()
Public Overridable Function IsSmartRouting As Boolean
public:
virtual bool IsSmartRouting()
abstract IsSmartRouting : unit -> bool 
override IsSmartRouting : unit -> bool 
Return Value
Type: 
Booleantrue if client is smart
See Also