Click or drag to resize
IGeneratorGetValueFromRunQueueCacheT Method
Gets the value from the run queue cache for the key specified. If key is null, the default for T is returned.

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
T GetValueFromRunQueueCache<T>(
	string key
)

Parameters

key
Type: SystemString
The key.

Type Parameters

T

Return Value

Type: T
the value stored for the key specified, or default(T) if not found or not of type T
See Also