Click or drag to resize

GeneratorStoreValueInRunQueueCache Method

Stores the value specified in run queue cache. If there's already a value for this key, it's overwritten.

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public void StoreValueInRunQueueCache(
	string key,
	Object value
)

Parameters

key
Type: SystemString
The key.
value
Type: SystemObject
The value.

Implements

IGeneratorStoreValueInRunQueueCache(String, Object)
See Also