MFUtilsConvertToLocalVault Method
Converts the vault object to locally used and possibly stored vault object. This method allows the
implementations to improve the performance by using in-process vault.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public static Vault ConvertToLocalVault(
Vault vault,
bool prepareForPersisting
)
- vault Vault
- The vault object.
- prepareForPersisting Boolean
- True to enable keep-alive timer.
VaultA locally cloned vault with the KeepAlive property set => true.