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.8.0.0 (5.8.21.0208)
Syntaxvoid StoreValueInRunQueueCache(
	string key,
	Object value
)
Sub StoreValueInRunQueueCache ( 
	key As String,
	value As Object
)
Parameters
- key
 - Type: SystemString
The key. - value
 - Type: SystemObject
The value. 
See Also