Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

CacheStoreUtilities.GetValues - метод Смотри также  Terrasoft.Core.Store - пространство имен > CacheStoreUtilities - класс : GetValues - метод C#

source
Cache.
keys
List of keys for which to obtain values

Glossary Item Box

Returns the cache values by the specified list of keys.

Синтаксис

[Extension()] 
public static IDictionary<string,object> GetValues( 
   ICacheStore source, 
   params string[] keys 
)

Параметры

source
Cache.
keys
List of keys for which to obtain values

Тип возвращаемого значения

The dictionary that contains the complete list of keys and values corresponding to these keys. If a value by a certain key was not found, the record in the dictionary will exist, but its value will be null.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?