IGrid GetGridMapPessimisticAutoTx TKey, TValue  Method (String)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 instance for the specified map.

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

Parameters

mapName
Type: System String
Specifies the map name.
Type Parameters

TKey
Specifies a generic type key.
TValue
Specifies a generic type Value.

Return Value

An IGridMapPessimisticAutoTx<TKey,TValue> instance
Exceptions

ExceptionCondition
IBM.WebSphere.Caching.Map LockStrategyNotSupportedExceptionOccurs when the locking strategy for mapName is not supported by this map interface.
See Also