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