Click or drag to resize
IGeneratorStoreValueInRunQueueCache 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.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
void StoreValueInRunQueueCache(
	string key,
	Object value
)

Parameters

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