Click or drag to resize
RegionFactorySetEntryIdleTimeout Method
Sets the idleTimeout expiration attributes for region entries for the next RegionAttributes created.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public RegionFactory SetEntryIdleTimeout(
	ExpirationAction action,
	uint idleTimeout
)

Parameters

action
Type: GemStone.GemFire.CacheExpirationAction
The expiration action for which to set the timeout.
idleTimeout
Type: SystemUInt32
the idleTimeout in seconds for entries in this region.

Return Value

Type: RegionFactory
the instance of RegionFactory
See Also