Returns an instance of the BCRepository class that represents a connection to the server.
The connection has been opened using the information set on the BCVaultLink.
The application should call Dispose to release the repository instance.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax
public BCRepository CreateVault()
Return Value
The instance of the BCRepository class that represents a connection to the server.See Also