Click or drag to resize
PoolFactorySetRetryAttempts Method
Set the number of times to retry a request after timeout/exception.

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

Parameters

retryAttempts
Type: SystemInt32

Return Value

Type: PoolFactory
Exceptions
ExceptionCondition
throws IllegalArgumentException if idleTimout is less than 0.
See Also