Click or drag to resize

ClientConfig.SetExecutorPoolSize 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: System.Int32
executor pool size

Return Value

Type: ClientConfig
ClientConfig for chaining
See Also