Click or drag to resize

IGlobalCacheTryGet Method

Attempt to retrieve the current value for a given key.

Namespace:  Mavidian.DataConveyer.Orchestrators
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
bool TryGet(
	string key,
	out Object value
)

Parameters

key
Type: SystemString
Key of the value to retrieve.
value
Type: SystemObject
Retrieved value.

Return Value

Type: Boolean
True if the value was retrieved; false if the key is not present in GlobalCache.
See Also