Click or drag to resize
CacheFactorySetRetryAttempts 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 CacheFactory SetRetryAttempts(
	int retryAttempts
)

Parameters

retryAttempts
Type: SystemInt32

Return Value

Type: CacheFactory
a instance of CacheFactory
Exceptions
ExceptionCondition
throws IllegalArgumentException if idleTimout is less than 0.
See Also