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

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

Parameters

keys
Type: System.Collections.GenericICollectionTKey
values
Type: System.Collections.GenericIDictionaryTKey, TValue
exceptions
Type: System.Collections.GenericIDictionaryTKey, Exception
addToLocalCache
Type: SystemBoolean
callbackArg
Type: SystemObject

Implements

IRegionTKey, TValueGetAll(ICollectionTKey, IDictionaryTKey, TValue, IDictionaryTKey, Exception, Boolean, Object)
See Also