Click or drag to resize
RegionGetAll Method (CacheableKey, 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(
	CacheableKey[] keys,
	Dictionary<ICacheableKey, IGFSerializable> values,
	Dictionary<ICacheableKey, Exception> exceptions
)

Parameters

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