AttributesMutatorSetRegionIdleTimeout Method |
Sets the idleTimeout duration for the region itself.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic int SetRegionIdleTimeout(
int idleTimeout
)
Public Function SetRegionIdleTimeout (
idleTimeout As Integer
) As Integer
public:
int SetRegionIdleTimeout(
int idleTimeout
)
member SetRegionIdleTimeout :
idleTimeout : int -> int
Parameters
- idleTimeout
- Type: SystemInt32
the idleTimeout for this region, in seconds, or 0 to disable idle timeout
Return Value
Type:
Int32the previous value
ExceptionsException | Condition |
---|
IllegalStateException |
if the new idleTimeout changes region expiration from
disabled to enabled or enabled to disabled.
|
See Also