Click or drag to resize
LocalRegionTKey, TValuePutAll Method (IDictionaryTKey, TValue)

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public virtual void PutAll(
	IDictionary<TKey, TValue> map
)

Parameters

map
Type: System.Collections.GenericIDictionaryTKey, TValue

Implements

IRegionTKey, TValuePutAll(IDictionaryTKey, TValue)
See Also