BasicModuleStart Method

Used for module start that may include dependencies on other modules. It is automatically called by the Configuration Manager after all modules are initialized.

Definition

Namespace: MFiles.VAF.Module
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual void Start()

Implements

IModuleStart

See Also