Click or drag to resize
IRegionTKey, TValueGetAll Method (ICollectionTKey, IDictionaryTKey, TValue, IDictionaryTKey, Exception, Boolean)

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
void GetAll(
	ICollection<TKey> keys,
	IDictionary<TKey, TValue> values,
	IDictionary<TKey, Exception> exceptions,
	bool addToLocalCache
)

Parameters

keys
Type: System.Collections.GenericICollectionTKey
values
Type: System.Collections.GenericIDictionaryTKey, TValue
exceptions
Type: System.Collections.GenericIDictionaryTKey, Exception
addToLocalCache
Type: SystemBoolean
See Also