Click or drag to resize
LocalRegion<TKey, TValue>.RemoveAll Method (ICollection<TKey>, 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.Generic.ICollection<TKey>
callbackArg
Type: System.Object

Implements

IRegion<TKey, TValue>.RemoveAll(ICollection<TKey>, Object)
See Also