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 map instance for the specified map using specified credential object (userid password).
Namespace: IBM.WebSphere.CachingAssembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Syntax
Parameters
- mapName
- Type: System String
Specifies the map name.
- credentialGenerator
- Type: IBM.WebSphere.Caching.Security ICredentialGenerator
Specifies the Credential Generator object.
Type Parameters
- TKey
- Specifies a generic type key.
- TValue
- Specifies a generic type Value.
Return Value
An IGridMapPessimisticAutoTx<TKey,TValue> instanceExceptions
Exception | Condition |
---|---|
IBM.WebSphere.Caching.Map LockStrategyNotSupportedException | Occurs when the locking strategy for mapName is not supported by this map interface. |
See Also