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.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public BCRepository CreateVault()
Visual Basic
Public Function CreateVault As BCRepository
Visual C++
public:
BCRepository^ CreateVault()

Return Value

The instance of the BCRepository class that represents a connection to the server.

See Also