Click or drag to resize

MultiDatabaseManagerAddManagersAndInit Method (String, TupleString, String)

Add and initialize several configuration managers and their corresponding user managers.

Namespace:  LynceeTec.Eucalyptus
Assembly:  LynceeTec.Eucalyptus (in LynceeTec.Eucalyptus.dll) Version: 8.0.35712.0 8_0_dev 37f4dd99, built 2019-04-05 12:56:49 UTC
Syntax
public void AddManagersAndInit(
	string driversPath,
	params Tuple<string, string>[] keyAndPaths
)

Parameters

driversPath
Type: SystemString
The path to the drivers. All the configuration managers of the MultiDatabaseManager must use the same drivers path.
keyAndPaths
Type: SystemTupleString, String
Tuples of the form key, databasePath. Key is the unique key to identify the configuration manager, databasePath is the path to the database.
See Also