Click or drag to resize
RegionGetValues Method
Returns all values in the local process for this region. No value is included for entries that are invalidated.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public IGFSerializable[] GetValues()

Return Value

Type: IGFSerializable
array of values
See Also