LocalRegionTKey, TValueGetAll Method (ICollectionTKey, IDictionaryTKey, TValue, IDictionaryTKey, Exception, Boolean) |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic virtual void GetAll(
ICollection<TKey> keys,
IDictionary<TKey, TValue> values,
IDictionary<TKey, Exception> exceptions,
bool addToLocalCache
)
Public Overridable Sub GetAll (
keys As ICollection(Of TKey),
values As IDictionary(Of TKey, TValue),
exceptions As IDictionary(Of TKey, Exception),
addToLocalCache As Boolean
)
public:
virtual void GetAll(
ICollection<TKey>^ keys,
IDictionary<TKey, TValue>^ values,
IDictionary<TKey, Exception^>^ exceptions,
bool addToLocalCache
)
abstract GetAll :
keys : ICollection<'TKey> *
values : IDictionary<'TKey, 'TValue> *
exceptions : IDictionary<'TKey, Exception> *
addToLocalCache : bool -> unit
override GetAll :
keys : ICollection<'TKey> *
values : IDictionary<'TKey, 'TValue> *
exceptions : IDictionary<'TKey, Exception> *
addToLocalCache : bool -> unit
Parameters
- keys
- Type: System.Collections.GenericICollectionTKey
- values
- Type: System.Collections.GenericIDictionaryTKey, TValue
- exceptions
- Type: System.Collections.GenericIDictionaryTKey, Exception
- addToLocalCache
- Type: SystemBoolean
Implements
IRegionTKey, TValueGetAll(ICollectionTKey, IDictionaryTKey, TValue, IDictionaryTKey, Exception, Boolean)
See Also