BasicModuleStop Method

Used for indicating the module stop. It is automatically called by the Configuration Manager for all modules before they are uninitialized.

Definition

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

Implements

IModuleStop

See Also