CustomStateHandlerIntegratedBase Constructor (ConcurrentDictionary<Guid, EngineWindows>) |
IT Hit User File System
Creates instance of this class.
Namespace:
ITHit.FileSystem.Windows.ShellExtension
Assembly:
ITHit.FileSystem.Windows.ShellExtension (in ITHit.FileSystem.Windows.ShellExtension.dll) Version: 9.0.27334.0-Beta
Syntaxpublic CustomStateHandlerIntegratedBase(
ConcurrentDictionary<Guid, EngineWindows> engines
)
Public Sub New (
engines As ConcurrentDictionary(Of Guid, EngineWindows)
)
public:
CustomStateHandlerIntegratedBase(
ConcurrentDictionary<Guid, EngineWindows^>^ engines
)
new :
engines : ConcurrentDictionary<Guid, EngineWindows> -> CustomStateHandlerIntegratedBase
Parameters
- engines
- Type: System.Collections.Concurrent.ConcurrentDictionary<Guid, EngineWindows>
Dictionary of Engine instances.
See Also