Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public void GetAll( CacheableKey[] keys, Dictionary<ICacheableKey, IGFSerializable> values, Dictionary<ICacheableKey, Exception> exceptions, bool addToLocalCache ) |
| Visual Basic (Declaration) |
|---|
Public Sub GetAll ( _ keys As CacheableKey(), _ values As Dictionary(Of ICacheableKey, IGFSerializable), _ exceptions As Dictionary(Of ICacheableKey, Exception), _ addToLocalCache As Boolean _ ) |
| Visual C++ |
|---|
public: void GetAll ( array<CacheableKey^>^ keys, Dictionary<ICacheableKey^, IGFSerializable^>^ values, Dictionary<ICacheableKey^, Exception^>^ exceptions, bool addToLocalCache ) |
Parameters
- keys
- array<CacheableKey>[]()
- values
- Dictionary<(Of <ICacheableKey, IGFSerializable>)>
- exceptions
- Dictionary<(Of <ICacheableKey, Exception>)>
- addToLocalCache
- Boolean
See Also
Region Class
GemStone.GemFire.Cache Namespace