IRegionTKey, TValueRemoveAll Method (ICollectionTKey, Object) |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxvoid RemoveAll(
ICollection<TKey> keys,
Object callbackArg
)
Sub RemoveAll (
keys As ICollection(Of TKey),
callbackArg As Object
)
void RemoveAll(
ICollection<TKey>^ keys,
Object^ callbackArg
)
abstract RemoveAll :
keys : ICollection<'TKey> *
callbackArg : Object -> unit
Parameters
- keys
- Type: System.Collections.GenericICollectionTKey
- callbackArg
- Type: SystemObject
See Also