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

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
)

Parameters

keys
Type: System.Collections.GenericICollectionTKey
values
Type: System.Collections.GenericIDictionaryTKey, TValue
exceptions
Type: System.Collections.GenericIDictionaryTKey, Exception

Implements

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