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.9.0.0 (5.9.0)
SyntaxT GetValueFromRunQueueCache<T>(
	string key
)
Function GetValueFromRunQueueCache(Of T) ( 
	key As String
) As T
Parameters
- key
 - Type: SystemString
The key. 
Type Parameters
- T
 
Return Value
Type: 
Tthe value stored for the key specified, or default(T) if not found or not of type T
See Also