IPartitionManager TKey, TValue  GetPartitionAll Method (IOrderedDictionary TKey, TValue )IBM WebSphere™ eXtreme Scale Client for .NET API Specification
IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification

Returns a map of partition numbers to map keys from a collection of map element keys.

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 dictionary object of key-value pairs for which you want to return partition numbers.

Return Value

Specifies a collection of partition numbers and associated key-value pairs.
See Also