ClientConfig ClassHazelcast .Net Client Class Library
Inheritance Hierarchy

SystemObject
  Hazelcast.ConfigClientConfig

Namespace: Hazelcast.Config
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.7.1
Syntax

public class ClientConfig

The ClientConfig type exposes the following members.

Constructors

  NameDescription
Public methodClientConfig
Initializes a new instance of the ClientConfig class
Top
Methods

  NameDescription
Public methodAddListenerConfig
Public methodAddNearCacheConfig(NearCacheConfig)
Public methodAddNearCacheConfig(String, NearCacheConfig)
Public methodAddProxyFactoryConfig
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetCredentials
Public methodGetExecutorPoolSize
Public methodGetGroupConfig
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetListenerConfigs
Public methodGetManagedContext
Public methodGetNearCacheConfig
Public methodGetNearCacheConfigMap
Public methodGetNetworkConfig
Public methodGetProxyFactoryConfigs
Public methodGetSerializationConfig
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetConfigPatternMatcher
Public methodSetCredentials
Public methodSetExecutorPoolSize
Public methodSetGroupConfig
Public methodSetListenerConfigs
Public methodSetManagedContext
Public methodSetNearCacheConfigMap
Public methodSetNetworkConfig
Public methodSetProxyFactoryConfigs
Public methodSetSerializationConfig
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference