BCVaultLinkCreateVault Method |
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: 4.0.0.0 (4.0.111.0)
Syntax public BCRepository CreateVault()
Public Function CreateVault As BCRepository
Return Value
Type:
BCRepositoryThe instance of the
BCRepository class that represents a connection to the server.
See Also