IVaultApplication Interface
Common interface for the vault applications.
Namespace: MFiles.VAFAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public interface IVaultApplication
Initialize
|
Called when the vault is brought online.
|
Install
|
Called when the vault application is installed to the target vault. Called only once in the application lifetime.
|
StartOperations
|
Called when the vault operations are started.
|
Uninitialize
|
Called when the vault is put offline.
|
Uninstall
|
Called when the vault application is uninstalled from the target vault. Called only once in the application lifetime.
|