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

Adds the key-value pairs to the data grid.

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

Parameters

entries
Type: System.Collections.Generic IDictionary TKey, TValue 
Specifies a dictionary object of key-value pairs to be inserted into the data grid.

Return Value

Returns true if successful, false if unsuccessful.
Remarks

If entries is null or a null key is specified in a dictionary entry or a dictionary key in entries exists, false is returned. If all keys in the dictionary entries do not resolve to the same partition or the caller has insufficient authority to run this operation, false is returned.
See Also