IGridMapPessimisticAutoTx TKey, TValue  TryRemove Method IBM WebSphere™ eXtreme Scale Client for .NET API Specification
IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification

Removes the entry that is associated with the specified key from the data grid. If the key has no matching entry in the map, no action is taken.

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

Parameters

key
Type: TKey
Specifies the key for which you want to remove the entry.

Return Value

Returns true if successful, false if unsuccessful.
Remarks

If key is null or the caller has insufficient authority to run this operation, false is returned.
See Also