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.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic PoolFactory SetReadTimeout(
int timeout
)
Public Function SetReadTimeout (
timeout As Integer
) As PoolFactory
public:
PoolFactory^ SetReadTimeout(
int timeout
)
member SetReadTimeout :
timeout : int -> PoolFactory
Parameters
- timeout
- Type: SystemInt32
Return Value
Type:
PoolFactory
ExceptionsException | Condition |
---|
|
throws IllegalArgumentException if timeout
is less than or equal to 0.
|
See Also