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

A variant of Add(TKey, TValue) that does not throw exceptions.

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 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