IPartitionManager TKey, TValue  GetPartitionAll Method (IList TKey )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

keyList
Type: System.Collections.Generic IList TKey 
Specifies a list of keys for which you want to return partition numbers.

Return Value

Returns a collection of partition numbers and associated keys.
See Also