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
If entries is null, a null key is specified in a dictionary entry, or the key does not match an existing entry in the data grid, 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.
Replaces each key-value pair that is specified in the dictionary object in the data grid.
If an entry for the key exists in the data grid, its value is replaced with the corresponding value specified.
Namespace: IBM.WebSphere.Caching.MapAssembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Syntax
Parameters
Return Value
Returns true if successful, false if unsuccessful.Remarks
See Also