M-Files Vault Application Framework
C#
Show/Hide TOC
Basic
Module
Stop 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#
Copy
public
virtual
void
Stop
()
Implements
IModule
Stop
See Also
Reference
BasicModule Class
MFiles.VAF.Module Namespace
In This Article
Definition
See Also