IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification
Assembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
If keyList is null or a null key is specified in a keyList entry, false is returned.
If all keys in the keyList do not resolve to the same partition or the caller has insufficient authority to run this operation, false is returned.
Removes the list of entries associated with the keys that are specified in the keyList.
If a key in the keyList has no matching entry in the map, no action is taken for that key.
Namespace: IBM.WebSphere.Caching.MapAssembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Syntax
Parameters
- keyList
- Type: System.Collections.Generic IList TKey
The list of keys whose entries are to be removed.
Return Value
Returns true if successful, false if unsuccessful.Remarks
See Also