IModuleManager Methods

Methods

AllowLoadOfModule Return whether this module should be loaded or not.
GetModule Gets a module reference from the module manager.
Initialize Called when the vault is brought online.
(Inherited from IVaultApplication)
Install Called when the vault application is installed to the target vault. Called only once in the application lifetime.
(Inherited from IVaultApplication)
StartOperations Called when the vault operations are started.
(Inherited from IVaultApplication)
Uninitialize Called when the vault is put offline.
(Inherited from IVaultApplication)
Uninstall Called when the vault application is uninstalled from the target vault. Called only once in the application lifetime.
(Inherited from IVaultApplication)

See Also