Click or drag to resize

IGlobalCacheItem Property

Retrieve the current value for a given key.

Namespace:  Mavidian.DataConveyer.Orchestrators
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
Object this[
	string key
] { get; }

Parameters

key
Type: SystemString
Key of the value to retrieve.

Return Value

Type: Object
Current value for a given key.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionNo element for a given key is present in GlobalCache.
See Also