Platform Core .NET Assemblies API
AdjustRawGetValuesResult Method
See Also  Send Feedback
Terrasoft.Core.Store Namespace > CacheStoreUtilities Class : AdjustRawGetValuesResult Method
keys
The list of keys whose presence is checked in the rawGetValuesResult dictionary.
rawGetValuesResult
A dictionary in which the presence of values with the keys keys is checked.

Glossary Item Box

Checks the passed dictionary with values for the presence in it of values with the given keys.

Syntax

 
C#
 
 

Parameters

keys
The list of keys whose presence is checked in the rawGetValuesResult dictionary.
rawGetValuesResult
A dictionary in which the presence of values with the keys keys is checked.

Return Value

A dictionary with values for the keys keys. If in the rawGetValuesResult transferred dictionary initially there was no value with any key from the keys, then a record with this key and value null is added to the returned dictionary. If null is passed as the rawGetValuesResult dictionary, the dictionary , in which null is added for each key from the keys will be returned.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© Terrasoft 2002-2018.