IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification
Assembly: Client.ApiImpl (in Client.ApiImpl.dll) Version: 8.6.0.0
If the key is not found, val is initialized to the default value associated with its data type.
Get the value associated with the specified key.
Namespace: IBM.WebSphere.CachingAssembly: Client.ApiImpl (in Client.ApiImpl.dll) Version: 8.6.0.0
Syntax
Parameters
- key
- Type: TKey
The key of the value to get.
- val
- Type: TValue
The value associated with the specified key.
Return Value
true if the OrderedDictionary TKey, TValue contained the specified key; otherwise false.Implements
IDictionary TKey, TValue TryGetValue(TKey, TValue )Exceptions
Exception | Condition |
---|---|
System ArgumentNullException | Thrown when key is null. |
Remarks
See Also