Click or drag to resize
RegionGetEntries Method
Gets the entries in this region.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public RegionEntry[] GetEntries(
	bool recursive
)

Parameters

recursive
Type: SystemBoolean
if true, also return all nested subregion entries

Return Value

Type: RegionEntry
array of entries
See Also