Gets the timeToLive value for the region as a whole.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public int RegionTimeToLive{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property RegionTimeToLive As Integer |
| Visual C++ |
|---|
public: property int RegionTimeToLive { int get (); } |
Return Value
the timeToLive duration for this region, in seconds
See Also
RegionAttributes Class
GemStone.GemFire.Cache Namespace