Returns all values in the local process for this region. No value is included
for entries that are invalidated.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic IGFSerializable[] GetValues()
Public Function GetValues As IGFSerializable()
public:
array<IGFSerializable^>^ GetValues()
member GetValues : unit -> IGFSerializable[]
Return Value
Type:
IGFSerializablearray of values
See Also