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 key is null or the caller has insufficient authority to run this operation, false is returned.
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.MapAssembly: 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
See Also