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