Click or drag to resize
RegionTKey, TValueRemoveAll Method (ICollectionTKey, Object)

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public virtual void RemoveAll(
	ICollection<TKey> keys,
	Object callbackArg
)

Parameters

keys
Type: System.Collections.GenericICollectionTKey
callbackArg
Type: SystemObject

Implements

IRegionTKey, TValueRemoveAll(ICollectionTKey, Object)
See Also