Click or drag to resize
RegionTKey, TValueGetEntries Method

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public virtual ICollection<RegionEntry<TKey, TValue>> GetEntries(
	bool recursive
)

Parameters

recursive
Type: SystemBoolean

Return Value

Type: ICollectionRegionEntryTKey, TValue

Implements

IRegionTKey, TValueGetEntries(Boolean)
See Also