  | ClientConfigSetExecutorPoolSize Method  | 
 
            Sets pool-size for internal ExecutorService which handles responses etc.
            
 
    Namespace: 
   Hazelcast.Config
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.4
Syntaxpublic virtual ClientConfig SetExecutorPoolSize(
	int executorPoolSize
)
Public Overridable Function SetExecutorPoolSize ( 
	executorPoolSize As Integer
) As ClientConfig
public:
virtual ClientConfig^ SetExecutorPoolSize(
	int executorPoolSize
)
abstract SetExecutorPoolSize : 
        executorPoolSize : int -> ClientConfig 
override SetExecutorPoolSize : 
        executorPoolSize : int -> ClientConfig Parameters
- executorPoolSize
 - Type: SystemInt32
executor pool size 
Return Value
Type: 
ClientConfigClientConfig for chaining
See Also