LocalRegionTKey, TValuePutAll Method (IDictionaryTKey, TValue, Int32) |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic virtual void PutAll(
IDictionary<TKey, TValue> map,
int timeout
)
Public Overridable Sub PutAll (
map As IDictionary(Of TKey, TValue),
timeout As Integer
)
public:
virtual void PutAll(
IDictionary<TKey, TValue>^ map,
int timeout
)
abstract PutAll :
map : IDictionary<'TKey, 'TValue> *
timeout : int -> unit
override PutAll :
map : IDictionary<'TKey, 'TValue> *
timeout : int -> unit
Parameters
- map
- Type: System.Collections.GenericIDictionaryTKey, TValue
- timeout
- Type: SystemInt32
Implements
IRegionTKey, TValuePutAll(IDictionaryTKey, TValue, Int32)
See Also