MetadataStructureCacheworkflowAdminCache Field |
Container for cached workflows.
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected ConcurrentDictionary<int, WorkflowAdmin> workflowAdminCache
Protected workflowAdminCache As ConcurrentDictionary(Of Integer, WorkflowAdmin)
protected:
ConcurrentDictionary<int, WorkflowAdmin^>^ workflowAdminCache
Field Value
Type:
ConcurrentDictionaryInt32,
WorkflowAdmin
See Also