VaultApplicationBaseUninitialize Method |
Un-initializes the vault application in the specified vault.
- NOTE: Once this method releases the vault object will have been disposed.
- When overriding this method in classes that extend this one, any logic that
- needs to use that vault must be processed before the base.Uninitialize() method is
- called. Alternatively you can place the logic inside an override of the
- UninitializeApplication() method.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual void Uninitialize(
Vault vaultSrc
)
Public Overridable Sub Uninitialize (
vaultSrc As Vault
)
public:
virtual void Uninitialize(
Vault^ vaultSrc
)
Parameters
- vaultSrc
- Type: Vault
The target vault.
Implements
IVaultApplicationUninitialize(Vault)
See Also