Used for module start that may include dependencies on other modules.
It is automatically called by the Configuration Manager after all modules are initialized.
Namespace:
MFiles.VAF.Module
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual void Start()
Public Overridable Sub Start
public:
virtual void Start()
Implements
IModuleStart
See Also