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

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,
	int timeout
)

Parameters

map
Type: System.Collections.GenericIDictionaryTKey, TValue
timeout
Type: SystemInt32

Implements

IRegionTKey, TValuePutAll(IDictionaryTKey, TValue, Int32)
See Also