Click or drag to resize
PoolFactorySetReadTimeout Method
Sets the number of milliseconds to wait for a response from a server before timing out the operation and trying another server (if any are available).

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public PoolFactory SetReadTimeout(
	int timeout
)

Parameters

timeout
Type: SystemInt32

Return Value

Type: PoolFactory
Exceptions
ExceptionCondition
throws IllegalArgumentException if timeout is less than or equal to 0.
See Also