 | 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.1.17212.0 8_1_dev 6ff713ba, built 2019-10-03 13:47:23 UTC
Syntaxpublic void AddManagersAndInit(
string driversPath,
params Tuple<string, string>[] keyAndPaths
)
public:
void AddManagersAndInit(
String^ driversPath,
... array<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