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.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static Vault ConvertToLocalVault(
	Vault vault,
	bool prepareForPersisting
)

Parameters

vault  Vault
The vault object.
prepareForPersisting  Boolean
True to enable keep-alive timer.

Return Value

Vault
A locally cloned vault with the KeepAlive property set => true.

See Also