RegionGetAll Method (ICacheableKey, DictionaryICacheableKey, IGFSerializable, DictionaryICacheableKey, Exception, Boolean) |
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void GetAll(
ICacheableKey[] keys,
Dictionary<ICacheableKey, IGFSerializable> values,
Dictionary<ICacheableKey, Exception> exceptions,
bool addToLocalCache
)
Public Sub GetAll (
keys As ICacheableKey(),
values As Dictionary(Of ICacheableKey, IGFSerializable),
exceptions As Dictionary(Of ICacheableKey, Exception),
addToLocalCache As Boolean
)
public:
void GetAll(
array<ICacheableKey^>^ keys,
Dictionary<ICacheableKey^, IGFSerializable^>^ values,
Dictionary<ICacheableKey^, Exception^>^ exceptions,
bool addToLocalCache
)
member GetAll :
keys : ICacheableKey[] *
values : Dictionary<ICacheableKey, IGFSerializable> *
exceptions : Dictionary<ICacheableKey, Exception> *
addToLocalCache : bool -> unit
Parameters
- keys
- Type: GemStone.GemFire.CacheICacheableKey
- values
- Type: System.Collections.GenericDictionaryICacheableKey, IGFSerializable
- exceptions
- Type: System.Collections.GenericDictionaryICacheableKey, Exception
- addToLocalCache
- Type: SystemBoolean
See Also