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: 2.5.0.1
Syntax
| C# |
|---|
public ICacheableKey[] GetKeys() |
| Visual Basic (Declaration) |
|---|
Public Function GetKeys As ICacheableKey() |
| Visual C++ |
|---|
public: array<ICacheableKey^>^ GetKeys () |
Return Value
array of keys
See Also
Region Class
GemStone.GemFire.Cache Namespace