Click or drag to resize
RegionGetKeys Method
Returns all the keys in the local process for this region. This includes keys for which the entry is invalid.

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

Return Value

Type: ICacheableKey
array of keys
See Also