Gets the entries in this region.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic RegionEntry[] GetEntries(
bool recursive
)
Public Function GetEntries (
recursive As Boolean
) As RegionEntry()
public:
array<RegionEntry^>^ GetEntries(
bool recursive
)
member GetEntries :
recursive : bool -> RegionEntry[]
Parameters
- recursive
- Type: SystemBoolean
if true, also return all nested subregion entries
Return Value
Type:
RegionEntryarray of entries
See Also