Click or drag to resize

BCRepository Constructor (String, String)

Initializes a new instance of the BCRepository class. Connects to the server and opens a vault for reading or writing in the context of the main area. Connection is closed when the instance being disposed.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Server
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public BCRepository(
	string vaultOrDataStoreName,
	string machineName
)

Parameters

vaultOrDataStoreName
Type: SystemString
The name of the vault or data store. If or an empty string, then the default vault will be opened.
machineName
Type: SystemString
The name of the server machine. If or an empty string, then a local machine is used.
See Also