IGrid GetGridMapPessimisticTx TKey, TValue  Method (String, ICredentialGenerator)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 grid map instance for the specified map using specified credential object (userid password)

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

Parameters

mapName
Type: System String
mapName is the name of the specified map
credentialGenerator
Type: IBM.WebSphere.Caching.Security ICredentialGenerator
Specifies the Credential Generator object.
Type Parameters

TKey
Generic type key.
TValue
Generic Type Value.

Return Value

An IGridMapPessimisticTx<TKey,TValue> instance
Exceptions

ExceptionCondition
IBM.WebSphere.Caching.Map LockStrategyNotSupportedExceptionOccurs when the locking strategy for mapName is not configured for pessimistic locking.
See Also