PoolFactorySetRetryAttempts 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 PoolFactory SetRetryAttempts(
int retryAttempts
)
Public Function SetRetryAttempts (
retryAttempts As Integer
) As PoolFactory
public:
PoolFactory^ SetRetryAttempts(
int retryAttempts
)
member SetRetryAttempts :
retryAttempts : int -> PoolFactory
Parameters
- retryAttempts
- Type: SystemInt32
Return Value
Type:
PoolFactory
ExceptionsException | Condition |
---|
|
throws IllegalArgumentException if idleTimout is less than 0.
|
See Also