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
Returns a grid map instance for the specified map.
Namespace: IBM.WebSphere.CachingAssembly: 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
Type Parameters
- TKey
- Generic type key.
- TValue
- Generic Type Value.
Return Value
An IGridMapPessimisticTx<TKey,TValue> instanceExceptions
Exception | Condition |
---|---|
IBM.WebSphere.Caching.Map LockStrategyNotSupportedException | Occurs when the locking strategy for mapName is not configured for pessimistic locking. |
See Also