IGridMapPessimisticAutoTx TKey, TValue  TryPutAll 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 each key-value pair to the data grid. If an entry for a key exists in the data grid, its value is updated with the specified value. If an entry for a key does not exist in the data grid, the key-value pair is added 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 that contains the key-value pairs to be added to the data grid.

Return Value

Returns true if successful, false if unsuccessful.
See Also