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