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
This indexer retreives or put's the key and value into the map using the
Get(TKey) and Put(TKey, TValue) methods respectively.
Gets or sets the value in the map using the specified key.
Namespace: IBM.WebSphere.Caching.MapAssembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Syntax
Parameters
- key
- Type: TKey
The key of the value to set or get.
Field Value
The value associated with key to get or set.Remarks
See Also