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

Puts multiple key-value pairs to the data grid, replacing or adding new entries to each data grid tier as needed.

Note: This method has the same specification as the ObjectMap.upsertAll method in the eXtreme Scale Java client.

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

Parameters

entries
Type: IBM.WebSphere.Caching IOrderedDictionary TKey, TValue 
Specifies a IOrderedDictionary TKey, TValue  object of key-value pairs to be put into the data grid.

Return Value

Exceptions

ExceptionCondition
System ArgumentException Occurs when a null entries is specified, or when a null key is specified in entries.
IBM.WebSphere.Caching GridException Occurs when an error occurs during processing.
IBM.WebSphere.Caching.Security AccessControlException Occurs when the caller has insufficient authority to perform this operation.
Remarks

Specification details:
Required client permission:MapPermission.WRITE
Cache tier:Applied to all tiers during commit.
See Also