OrderedDictionary TKey, TValue  Remove Method (KeyValuePair TKey, TValue )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

kvp
Type: System.Collections.Generic KeyValuePair TKey, TValue 
The key-value pair to remove.

Return Value

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

Implements

ICollection T  Remove(T)
Exceptions

ExceptionCondition
System ArgumentNullExceptionThrown when the kvp key is null.
See Also