LocalRegionTKey, TValueGetAll Method (ICollectionTKey, IDictionaryTKey, TValue, IDictionaryTKey, Exception) |
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
)
Public Overridable Sub GetAll (
keys As ICollection(Of TKey),
values As IDictionary(Of TKey, TValue),
exceptions As IDictionary(Of TKey, Exception)
)
public:
virtual void GetAll(
ICollection<TKey>^ keys,
IDictionary<TKey, TValue>^ values,
IDictionary<TKey, Exception^>^ exceptions
)
abstract GetAll :
keys : ICollection<'TKey> *
values : IDictionary<'TKey, 'TValue> *
exceptions : IDictionary<'TKey, Exception> -> unit
override GetAll :
keys : ICollection<'TKey> *
values : IDictionary<'TKey, 'TValue> *
exceptions : IDictionary<'TKey, Exception> -> unit
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