Click or drag to resize
RegionGetAll Method (ICacheableKey, DictionaryICacheableKey, IGFSerializable, DictionaryICacheableKey, Exception)

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public void GetAll(
	ICacheableKey[] keys,
	Dictionary<ICacheableKey, IGFSerializable> values,
	Dictionary<ICacheableKey, Exception> exceptions
)

Parameters

keys
Type: GemStone.GemFire.CacheICacheableKey
values
Type: System.Collections.GenericDictionaryICacheableKey, IGFSerializable
exceptions
Type: System.Collections.GenericDictionaryICacheableKey, Exception
See Also