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
A variant of Add(TKey, TValue) that does not throw exceptions.
Namespace: IBM.WebSphere.Caching.MapAssembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Syntax
Parameters
- key
- Type: TKey
Specifies the key to be inserted in the data grid.
- value
- Type: TValue
Specifies the value to be inserted in the data grid.
Return Value
Returns true if successful, false if unsuccessful.See Also