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