RegionAttributesRegionIdleTimeout Property |
Gets the idleTimeout value for the region as a whole.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic int RegionIdleTimeout { get; }
Public ReadOnly Property RegionIdleTimeout As Integer
Get
public:
property int RegionIdleTimeout {
int get ();
}
member RegionIdleTimeout : int with get
Return Value
Type:
Int32the IdleTimeout duration for this region, in seconds
See Also