Click or drag to resize
Generator.StoreValueInRunQueueCache 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.3.0.0 (5.3.0)
Syntax
public void StoreValueInRunQueueCache(
	string key,
	Object value
)

Parameters

key
Type: System.String
The key.
value
Type: System.Object
The value.

Implements

IGenerator.StoreValueInRunQueueCache(String, Object)
See Also