Click or drag to resize

ClientConfigSetExecutorPoolSize Method

Sets pool-size for internal ExecutorService which handles responses etc.

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
public virtual ClientConfig SetExecutorPoolSize(
	int executorPoolSize
)

Parameters

executorPoolSize
Type: SystemInt32
executor pool size

Return Value

Type: ClientConfig
ClientConfig for chaining
See Also