CacheFactorySetRetryAttempts Method |
Set the number of times to retry a request after timeout/exception.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic CacheFactory SetRetryAttempts(
int retryAttempts
)
Public Function SetRetryAttempts (
retryAttempts As Integer
) As CacheFactory
public:
CacheFactory^ SetRetryAttempts(
int retryAttempts
)
member SetRetryAttempts :
retryAttempts : int -> CacheFactory
Parameters
- retryAttempts
- Type: SystemInt32
Return Value
Type:
CacheFactory
a instance of
CacheFactory
ExceptionsException | Condition |
---|
|
throws IllegalArgumentException if idleTimout is less than 0.
|
See Also