OrderedDictionary TKey, TValue  Remove Method (TKey)IBM WebSphere™ eXtreme Scale Client for .NET API Specification
IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification

Namespace: IBM.WebSphere.Caching
Assembly: Client.ApiImpl (in Client.ApiImpl.dll) Version: 8.6.0.0
Syntax

Parameters

key
Type: TKey
The key of the item to remove.

Return Value

true if the item is successfully removed; otherwise false. false is also returned if the key is not found.

Implements

IDictionary TKey, TValue  Remove(TKey)
Exceptions

ExceptionCondition
System ArgumentNullExceptionThrown when key is null.
See Also