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.1.0.0 (5.1.0)
Syntax void 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