IGeneratorTaskCache Property  | 
 
            The cache with key-value pairs which is accessable for all performed tasks. The cache can be used to
            pass data (for example task results) to other tasks.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
SyntaxHashtable TaskCache { get; }ReadOnly Property TaskCache As Hashtable
	Get
Property Value
Type: 
Hashtable
See Also